commit/galaxy-central: jmchilton: Document recently introduced reset_password_length option.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/5217c8c788a3/ Changeset: 5217c8c788a3 User: jmchilton Date: 2014-01-22 18:37:15 Summary: Document recently introduced reset_password_length option. Affected #: 1 file diff -r 8c1cc5febdaf099ed9175bcfd5b00183ecc0f1fb -r 5217c8c788a31716758d943204b20ad4a4850c37 universe_wsgi.ini.sample --- a/universe_wsgi.ini.sample +++ b/universe_wsgi.ini.sample @@ -290,6 +290,10 @@ # If no message specified the warning box will not be shown. #registration_warning_message = Please register only one account - we provide this service free of charge and have limited computational resources. Multi-accounts are tracked and will be subjected to account termination and data deletion. +# When users opt to reset passwords, new ones are created, this option +# specifies the length of these passwords. +#reset_password_length = 15 + # -- Account activation 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