Generate reset password URL

This commit is contained in:
2023-05-30 15:12:58 +02:00
parent c84c2ef3c5
commit 62a52b385e
10 changed files with 418 additions and 16 deletions

View File

@ -17,4 +17,6 @@ serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.96"
actix-remote-ip = "0.1.0"
mailchecker = "5.0.9"
redis = "0.23.0"
redis = "0.23.0"
lettre = "0.10.4"
rand = "0.8.5"