Revert "Enable Argon2 for password hashing"

This reverts commit 123328c559.
This commit is contained in:
François Voron
2022-01-03 10:37:15 +01:00
parent 123328c559
commit 1ede89933a
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ from typing import Tuple
from passlib import pwd
from passlib.context import CryptContext
pwd_context = CryptContext(schemes=["argon2", "bcrypt"], deprecated="auto")
pwd_context = CryptContext(schemes=["bcrypt"], deprecated="auto")
def verify_and_update_password(