godreams / admin-server

Web administration interface for Guardians of Dreams. http://godreams.org
3 stars 1 forks source link

Create a password reset option for users #10

Closed harigopal closed 7 years ago

harigopal commented 7 years ago

Users should be able to click a reset password option which sends an email with a reset password token to their email. This link should take them to an interface which will allow them to set a new password and logs them in.

harigopal commented 7 years ago

We've switched to Devise for authentication, so this arrived as a freebie.