Skip to content

Commit

Permalink
Merge pull request #27 from VJalili/openid-ftp
Browse files Browse the repository at this point in the history
Some updates to FTP-upload messages w.r.t OIDC-based log-ins.
  • Loading branch information
martenson committed Apr 11, 2018
2 parents aae2f1d + fe78b5b commit 6bb404e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/galaxy/scripts/mvc/upload/upload-ftp.js
Expand Up @@ -9,13 +9,13 @@ export default Backbone.View.extend({
class_remove: "upload-icon-button fa fa-check-square-o",
class_partial: "upload-icon-button fa fa-minus-square-o",
help_enabled: true,
oidc_text: `<br/>If you are signed in Galaxy using a third-party and you <strong>don't have a Galaxy password</strong> please go to <a href="${
oidc_text: `<br/>If you are signed-in to Galaxy using a third-party identity and you <strong>don't have a Galaxy password</strong> please go to <a href="${
Galaxy.root
}user/reset_password" target="_blank">this</a> page and request a password for your Galaxy account.`,
help_text: `This Galaxy server allows you to upload files via FTP. To upload some files, log in to the FTP server at <strong>${
options.ftp_upload_site
}</strong> using your Galaxy credentials.
For help visit a <a href="https://galaxyproject.org/ftp-upload/" target="_blank">tutorial</a>.`,
For help visit <a href="https://galaxyproject.org/ftp-upload/" target="_blank">tutorial page</a>.`,
collection: null,
onchange: function() {},
onadd: function() {},
Expand Down

0 comments on commit 6bb404e

Please sign in to comment.