truncate passwords to 72 bytes to prevent bcrypt hashing errors
This commit is contained in:
parent
bb7053b01e
commit
7dcda4b5ef
2 changed files with 5 additions and 3 deletions
|
|
@ -5,4 +5,5 @@ pyotp==2.9.0
|
|||
httpx==0.25.1
|
||||
pydantic==2.4.2
|
||||
itsdangerous==2.1.2
|
||||
passlib[bcrypt]==1.7.4
|
||||
passlib==1.7.4
|
||||
bcrypt==3.2.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue