commit/galaxy-central: 2 new changesets
2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/54508df431ac/ Changeset: 54508df431ac Branch: next-stable User: jmchilton Date: 2014-02-07 00:08:36 Summary: Fix documentation on normalize remote user e-mail. Listed values should be unmodified defaults. Affected #: 1 file diff -r 0a9053d624bb0bf253b51b99f07cb600b3fb3490 -r 54508df431ac564f4ddaf37e3c647f5b18576cbf universe_wsgi.ini.sample --- a/universe_wsgi.ini.sample +++ b/universe_wsgi.ini.sample @@ -602,9 +602,9 @@ #remote_user_logout_href = None # If your proxy and/or authentication source does not normalize e-mail -# addresses or user names being passed to Galaxy - enable the following option -# to force these to lower case. -#normalize_remote_user_email = True +# addresses or user names being passed to Galaxy - set the following option +# to True to force these to lower case. +#normalize_remote_user_email = False # Administrative users - set this to a comma-separated list of valid Galaxy # users (email addresses). These users will have access to the Admin section https://bitbucket.org/galaxy/galaxy-central/commits/d92f65506e1c/ Changeset: d92f65506e1c User: jmchilton Date: 2014-02-07 00:08:58 Summary: Merge next-stable. Affected #: 1 file diff -r d282cb8daecb0748350a6ea69164071854fdaf60 -r d92f65506e1cdc46b29aa0049d04bf2fb4179742 universe_wsgi.ini.sample --- a/universe_wsgi.ini.sample +++ b/universe_wsgi.ini.sample @@ -602,9 +602,9 @@ #remote_user_logout_href = None # If your proxy and/or authentication source does not normalize e-mail -# addresses or user names being passed to Galaxy - enable the following option -# to force these to lower case. -#normalize_remote_user_email = True +# addresses or user names being passed to Galaxy - set the following option +# to True to force these to lower case. +#normalize_remote_user_email = False # Administrative users - set this to a comma-separated list of valid Galaxy # users (email addresses). These users will have access to the Admin section 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