Mercurial > p > roundup > code
diff roundup/configuration.py @ 7183:2de72f75f2f8
Production PBKDF rounds back to 2M, test 1k; fix empty_form (python2)
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 26 Feb 2023 15:38:49 -0500 |
| parents | e3f3f859256c |
| children | 5c71b27aa68e |
line wrap: on
line diff
--- a/roundup/configuration.py Sun Feb 26 13:34:14 2023 -0500 +++ b/roundup/configuration.py Sun Feb 26 15:38:49 2023 -0500 @@ -1086,7 +1086,7 @@ "get the error 'Error: field larger than field limit' during\n" "import."), (IntegerNumberGeqZeroOption, 'password_pbkdf2_default_rounds', - '10000', + '2000000', "Sets the default number of rounds used when encoding passwords\n" "using the PBKDF2 scheme. Set this to a higher value on faster\n" "systems which want more security.\n"
