I want a way to reset my password or otherwise authenticate if I don't have a password.
a) User clicks "Forgot Password"
b) User enters email address
c) User receives email with reset token embedded in url
d) Reset url redirects to forgot password if generated > 10minutes ago
e) User enters new password and confirms password
f) User is redirected to dashboard
I want a way to reset my password or otherwise authenticate if I don't have a password.
a) User clicks "Forgot Password" b) User enters email address c) User receives email with reset token embedded in url d) Reset url redirects to forgot password if generated > 10minutes ago e) User enters new password and confirms password f) User is redirected to dashboard