Jump to content

Methods for resetting user passwords....


shamwowy

Recommended Posts

Hi all.

 

Just wondering if anyone has a favorite, simple, safe password reset method that I haven't thought of. I'm currently leaning toward having the user click a "reset password" link, enter an email address, then creating and emailing a temp password to the email address (from a matched database record), then having user change password based on login with the temp password sent via email. That seems a few too many steps for my userbase (mostly old ladies).

 

Any thoughts on something easier (for the old ladies) that is still simple and safe?

 

Thanks for any thoughts y'all may have.

Link to comment
Share on other sites

You can skip the temp password part if you generate a unique token.

[*]User goes to password reset page.

[*]User enters email address

[*]Check valid email address

[*]Generate and save token

[*]Email User with URI including the token (ex. Goto mysite.com/passwordreset/d93jd993jjda9/)

[*]User goes to password reset page with token

[*]User enters new password and confirmation

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.