commit/galaxy-central: dannon: Fix style of previous remote user change.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/2d31b83e2a41/ Changeset: 2d31b83e2a41 User: dannon Date: 2014-07-10 22:30:11 Summary: Fix style of previous remote user change. Affected #: 1 file diff -r a3fef3c3f644d87ab00bdf3e1962376f405e31c0 -r 2d31b83e2a412cbd07d32a842fa1e51d1a8dc033 lib/galaxy/web/framework/middleware/remoteuser.py --- a/lib/galaxy/web/framework/middleware/remoteuser.py +++ b/lib/galaxy/web/framework/middleware/remoteuser.py @@ -94,8 +94,8 @@ pass # toolbox filters can be managed when remote_user is in use elif path_info.startswith( '/user/set_default_permissions' ): pass # default permissions can be managed when remote_user is in use - elif path_info == '/user' or path_info =='/user/': - pass # We do allow access to the root user preferences page. + elif path_info == '/user' or path_info == '/user/': + pass # We do allow access to the root user preferences page. elif path_info.startswith( '/user' ): # Any other endpoint in the user controller is off limits title = "Access to Galaxy user controls is disabled" Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org