Skip to content

Commit

Permalink
user api remote user disable email & username
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenschermer committed Sep 25, 2024
1 parent 2699893 commit f99f64f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/galaxy/webapps/galaxy/api/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,6 @@ def get_information(self, trans, id, **kwd):
"username": username,
}
is_galaxy_app = trans.webapp.name == "galaxy"

if (trans.app.config.enable_account_interface and not trans.app.config.use_remote_user) or not is_galaxy_app:
inputs.append(
{
Expand Down

0 comments on commit f99f64f

Please sign in to comment.