Skip to content

Commit

Permalink
Allow changing settings under remote_user
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Jun 18, 2016
1 parent b8a92a3 commit ab43e09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy/web/framework/middleware/remoteuser.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ def __call__( self, environ, start_response ):
'/user/dbkeys',
'/user/toolbox_filters',
'/user/set_default_permissions',
'/user/change_communication',
)

admin_accessible_paths = (
Expand Down

0 comments on commit ab43e09

Please sign in to comment.