Current state
Currently, there is no way for a user to reset his password if he forgot it
Expected state
You should be able to request a password reset if you've lost it. This option should be presented on the login page and after requesting a password reset an email should be sent to the user containing a URL and a conformation code.
If the user clicks the URL he should see a screen where he has to fill in his new password twice and the given conformation code.
TO DO
[ ] Frontend requesting password reset
[ ] Backend sending email with URL + generated UUID and conformation code
Issue is well written. Please assign labels, projects and milestones. Assignee is not known yet so that field can be left empty. I will do it this time for you.
Current state Currently, there is no way for a user to reset his password if he forgot it
Expected state You should be able to request a password reset if you've lost it. This option should be presented on the login page and after requesting a password reset an email should be sent to the user containing a URL and a conformation code.
If the user clicks the URL he should see a screen where he has to fill in his new password twice and the given conformation code.
TO DO
Necessities
Branch 235-forgotten-password