1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/418633a36608/ Changeset: 418633a36608 User: dannon Date: 2015-01-26 15:43:02+00:00 Summary: One more path permission increase for admins under remote_user. Affected #: 1 file diff -r 39f3f0586c48f81452e3a7a6af1f5e97c4ef8ed0 -r 418633a366083e171f2a3583b591d81a7b333c41 lib/galaxy/web/framework/middleware/remoteuser.py --- a/lib/galaxy/web/framework/middleware/remoteuser.py +++ b/lib/galaxy/web/framework/middleware/remoteuser.py @@ -116,6 +116,8 @@ pass # Admin users may be impersonating, allow logout. elif path_info.startswith( '/user/manage_user_info' ) and environ[ self.remote_user_header ] in self.admin_users: pass # Admin users need to be able to change user information + elif path_info.startswith( '/user/edit_info' ) and environ[ self.remote_user_header ] in self.admin_users: + pass # Admin users need to be able to change user information elif path_info.startswith( '/user/api_keys' ): pass # api keys can be managed when remote_user is in use elif path_info.startswith( '/user/edit_username' ): 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.