We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b116cc commit db7ffa4Copy full SHA for db7ffa4
roundup/configuration.py
@@ -1086,7 +1086,7 @@ def str2value(self, value):
1086
"get the error 'Error: field larger than field limit' during\n"
1087
"import."),
1088
(IntegerNumberGeqZeroOption, 'password_pbkdf2_default_rounds',
1089
- '2000000',
+ '10000',
1090
"Sets the default number of rounds used when encoding passwords\n"
1091
"using the PBKDF2 scheme. Set this to a higher value on faster\n"
1092
"systems which want more security.\n"
0 commit comments