Can change password by reset

This commit is contained in:
2023-05-31 13:33:26 +02:00
parent 0590197315
commit 56be33070c
5 changed files with 166 additions and 1 deletions

View File

@ -19,4 +19,5 @@ actix-remote-ip = "0.1.0"
mailchecker = "5.0.9"
redis = "0.23.0"
lettre = "0.10.4"
rand = "0.8.5"
rand = "0.8.5"
bcrypt = "0.14.0"