towncrier

This commit is contained in:
Florent Daigniere
2021-02-07 17:29:58 +01:00
parent 57a6abaf50
commit 927bd2bd8e
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1 @@
Switch to bcrypt_sha256, remove PASSWORD_SCHEME and replace it with CREDENTIAL_ROUNDS

View File

@@ -0,0 +1 @@
Enable support of all hash types passlib supports. Convert them to the default scheme on first use.