Top "Forgot-password" questions

This tag refers to a situation in which you cannot access a protected system, file, database, etc.

How can I customize Devise to send password reset emails using PostMark mailer

I'm trying to get all of my system's email notifications under one umbrella using PostMarkApp and utilizing the Rails gems (…

devise forgot-password ruby-on-rails-3 postmark
Best practice for resetting forgotten user passwords

As far as I can think, there are two reasonable ways to reset a user's forgotten password. Have the user …

plaintext password-recovery forgot-password
Guide to implementing spring security password recovery with dynamic URL sent to email

I found it very difficult to do password recovery, since I've never done it before. So far I have web …

java spring-security password-recovery forgot-password
Forgot Password: what is the best method of implementing a forgot password function?

I'm wondering what the best method is for creating a forgot password function on a website. I have seen quite …

authentication passwords forgot-password change-password
Create Account, Forgot Password and Change Password

Spring Security is great when the developer wants to secure his web app. However, what about creating the account? and "…

spring authentication registration forgot-password change-password
How to recover password from MD5?

I'm using md5 to encrypt the user's password in my database, and I want them to get their password back …

php md5 forgot-password
Password reset by emailing temporary passwords

A group in my company is implementing a single-sign-on REST API for our applications. This authentication service has a password …

security login passwords forgot-password
Laravel 5.1 How to build forgot password functionality

I am using laravel 5.1 and I do not know how I should built in the functionality that a user can …

laravel passwords laravel-5.1 forgot-password
How to change password of a database in DB2 software of IBM?

However, it seems very trivial - How to get the current username of a database in DB2 software in IBM; …

database db2 username forgot-password
How to create a password reset link?

Which way would you suggest to create a secure password reset link in MVC and C#? I mean, I'll create …

c# asp.net-mvc security forgot-password password-recovery