Top "Forgot-password" questions

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

Finding a legacy firebird/Interbase database password

I have a customer that has an old non-existant application; he had a problem with the company that made the …

firebird legacy brute-force interbase forgot-password
What is the best "forgot my password" method?

Possible Duplicate: Forgot Password: what is the best method of implementing a forgot password function? I'm programming a community website. …

security md5 application-design forgot-password
Prestashop migration - broken URL, bad redirect, and can't reset admin password / access back-end office

So I have a local copy of prestashop (~Sites/shop) and my /etc/hosts set up so that 'localhost/shop' …

url migration prestashop forgot-password
ASP.NET Core Identity invalid token on confirmation email

This is a very similar question to this aspnet identity invalid token on confirmation email but the solutions are not …

angularjs asp.net-core asp.net-identity forgot-password
Best loop for cracking passwords

I am creating a program that I will use to help my customers recover passwords placed on office documents like …

c# passwords forgot-password cracking
How to generate random password, or temporary URL, for resetting password in Zend Framework?

I have a basic authentication process that uses Zend_Auth_Adapter_DbTable. I have login and logout actions on my …

zend-framework authentication forgot-password
ASP.NET Membership Provider - Reset Password Features - Email Confirmation and Password Change

Does anyone have a solution (sample code) for the following features: Create a randomGuid/Cryptographically strong random number Send a …

c# asp.net asp.net-membership forgot-password password-recovery
Devise Forgot Password for logged in user

I'm wondering if there is a manner of calling the 'forgot password' procedure without forcing my user to log out …

ruby-on-rails ruby-on-rails-3 authentication devise forgot-password
forgot password function in cakephp 2.0

im very new in programming and php..I'm looking to create a simple Forgot Password system using CakePHP where a …

php cakephp-2.0 forgot-password
Replace localhost with real domain name in reset password of Laravel 5

I am using the default resetting passwords in Laravel 5.4. The function works fine, and the email with reset password link …

laravel-5 forgot-password