Skip to content

Commit

Permalink
Require only regular login to create openids
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Dec 13, 2017
1 parent 1952e73 commit d0a5a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/webapps/galaxy/controllers/user.py
Expand Up @@ -381,7 +381,7 @@ def openid_associate(self, trans, cntrller='user', **kwd):
openids=openids)

@web.expose
@web.require_admin
@web.require_login('create OpenIDs')
def create_openid(self, trans, **kwd):
return trans.fill_template('/user/openid_manage.mako',
openid_providers=trans.app.openid_providers,
Expand Down

0 comments on commit d0a5a35

Please sign in to comment.