Top "Password-recovery" questions

The process of recovering passwords from data that have been stored or transmitted by a computer system.

Implement password recovery best practice

I want to to implement password recovery in my web application. I'd like to avoid using secret questions. I could …

passwords password-recovery forgot-password
Getting password from CPANEL using phpmyadmin

Good Day I am a front-end developer, and I know little from MySQL and databases. I have a Wordpress MySQL …

mysql phpmyadmin password-recovery
How to create a password reset method in Laravel when using the Database User Provider

I've been searching the internet and have yet to find a solution to the following problem... We currently have a …

php laravel password-recovery
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
How can i change or update password in asp.net membership via sql server

I have to change a password to something else, I have got all the details like userid, username, encrypted password, …

asp.net sql sql-server-2008 asp.net-membership password-recovery
I forgot the password to open a Word document. How can I retrieve the password?

I have a word document that prompts the user for a password to open it, the dialogue box is like …

vba ms-word passwords password-recovery
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
MySQL 5.5 command line client forget password in Windows 7

I forgot the root password for MySQL 5.5 command line client in Windows 7. I am unable to login. How can I …

mysql windows-7 password-recovery
How do I implement a password Reset Link

I currently have a system where if a user has forgotten their password, they can reset it by clicking on …

c# sql-server visual-studio-2010 password-recovery
Time limited, or one time use, password reset tokens?

Users forget passwords, and (nearly) all membership sites need a way to help users get back in. I'd like to …

security passwords password-recovery