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 13ec23c commit 9f7d8e9Copy full SHA for 9f7d8e9
doc/upgrading.txt
@@ -434,6 +434,7 @@ command line (``roundup-admin`` for example).
434
Change the default hashing scheme by adding the following lines to
435
|the interfaces.py file|_ in your tracker home::
436
437
+ from roundup.password import Password
438
## Use PBDKF2S5 (PBKDF2-SHA512) for passwords. Re-hash old PBDFK2
439
# Force password with scheme PBKDF2 (SHA1) to get re-hashed
440
Password.deprecated_schemes.insert(0, Password.known_schemes[0])
0 commit comments