Code

Add new config-option 'password_pbkdf2_default_rounds' in 'main' section
authorschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 15 Apr 2011 08:09:59 +0000 (08:09 +0000)
committerschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 15 Apr 2011 08:09:59 +0000 (08:09 +0000)
commit4d9945dfdc1630579b99ee992c7887600ddb7f3e
tree292cd424447afd31d9e4a5fc2cd04ee87ad1521b
parent226665abbc075767662d110ef87aaa7fc51f8297
Add new config-option 'password_pbkdf2_default_rounds' in 'main' section
to configure the default parameter for new password generation. Set this
to a higher value on faster systems which want more security. Thanks to
Eli Collins for implementing this (see issue2550688).
This now passes a config object (default None in which case we fall back
to hard-coded parameters) into the password generation routine. This way
we can add further parameters for password generation in the future.
Also added a small regression test for this new feature.

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4595 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt
roundup/admin.py
roundup/cgi/actions.py
roundup/cgi/form_parser.py
roundup/configuration.py
roundup/mailgw.py
roundup/password.py
test/test_cgi.py