ogallagher / tejos_textiles

An online arts journal for publishing works in a new medium
MIT License
1 stars 0 forks source link

Account password recovery #66

Closed ogallagher closed 4 years ago

ogallagher commented 4 years ago

A user should be able to recover a forgotten password via email.

ogallagher commented 4 years ago

As of now, there is a forgot-password button in the login modal form, which pops up a simple JS alert/prompt dialog to get the username and email. If input data is correct, the password reset email is sent successfully.

Next up is to:

ogallagher commented 4 years ago

Account recovery via password reset should now be functional!