commit/galaxy-central: dan: Allow OpenID to work when require_login is set to True.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/9a3ab5009e8e/ changeset: 9a3ab5009e8e user: dan date: 2012-06-12 20:12:46 summary: Allow OpenID to work when require_login is set to True. affected #: 1 file diff -r 36c540d788c3842b37c4ab5e522afd612ea8bd80 -r 9a3ab5009e8e70596a07283e3611661410f92c4d lib/galaxy/web/framework/__init__.py --- a/lib/galaxy/web/framework/__init__.py +++ b/lib/galaxy/web/framework/__init__.py @@ -435,6 +435,9 @@ url_for( controller='user', action='manage_user_info' ), url_for( controller='user', action='set_default_permissions' ), url_for( controller='user', action='reset_password' ), + url_for( controller='user', action='openid_auth' ), + url_for( controller='user', action='openid_process' ), + url_for( controller='user', action='openid_associate' ), url_for( controller='library', action='browse' ), url_for( controller='history', action='list' ), url_for( controller='dataset', action='list' ) 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)
-
Bitbucket