Skip to content

Commit 9f7d8e9

Browse files
committed
doc: fix PBKDF2 SHA512 implementation example.
Was missing an import. ReleaseErrata updated: https://wiki.roundup-tracker.org/ReleaseErrata#Missing_import_in_doc_to_implement_PBKDF2_with_SHA_512
1 parent 13ec23c commit 9f7d8e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/upgrading.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,7 @@ command line (``roundup-admin`` for example).
434434
Change the default hashing scheme by adding the following lines to
435435
|the interfaces.py file|_ in your tracker home::
436436

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

0 commit comments

Comments
 (0)