ohmage / server

The ohmage server application.
37 stars 25 forks source link

feature request: password reset link in email rather than temp password #873

Open stevenolen opened 8 years ago

stevenolen commented 8 years ago

A big user complaint is having to copy/paste the temp password that gets sent in order to log in again. It is a bit awkward and novice users have trouble with this action. It's a much more common procedure to send a one-time password reset link that, if clicked during the short window, will allow the user to set a new password. Current and proposed flows below:

Current flow:

Proposed flow:

Thoughts?