'Flask Email Conformation For Password Reset
I have a username and password I built from scratch, this works fine until I thought, people forgetting their password.
I would like to find a way to check when a url has been visited to then change the password for urls like "example.com/fp?id=" that has been sent by email.
I cannot use the flask-security module at this point due to the way I have created the databases and how its integrated into my website.
Yes I have looked, and it seems most ways require using flask-login and flask-security, thanks for any answers in advance :)
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
