Skip to content

Commit

Permalink
doc: fix PBKDF2 SHA512 implementation example.
Browse files Browse the repository at this point in the history
  • Loading branch information
rouilj committed Dec 4, 2023
1 parent 13ec23c commit 9f7d8e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/upgrading.txt
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ command line (``roundup-admin`` for example).
Change the default hashing scheme by adding the following lines to
|the interfaces.py file|_ in your tracker home::

from roundup.password import Password
## Use PBDKF2S5 (PBKDF2-SHA512) for passwords. Re-hash old PBDFK2
# Force password with scheme PBKDF2 (SHA1) to get re-hashed
Password.deprecated_schemes.insert(0, Password.known_schemes[0])
Expand Down

0 comments on commit 9f7d8e9

Please sign in to comment.