Top "Forgot-password" questions

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

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)

I installed LAMP on Ubuntu 12.04 LTS (Precise Pangolin) and then set root password on phpMyAdmin. I forgot the password and …

mysql phpmyadmin lamp forgot-password mysql-error-2002
I forgot the password I entered during postgres installation

I either forgot or mistyped (during the installation) the password to the default user of Postgres. I can't seem to …

postgresql postgresql-9.1 forgot-password
Extract TortoiseSVN saved password

Is there any way to extract credentials saved by TortoiseSVN?

svn tortoisesvn forgot-password
Best way for a 'forgot password' implementation?

I'm looking for the best method to implement a "forgot password" feature. I come out with 2 ideas: When user click …

security authentication passwords forgot-password
Implementing forgot password functionality in Java

I am currently implementing a forgot password function in a Java project. my methodology is, User clicks the forgot password …

java password-recovery forgot-password change-password
asp.net membership change password without knowing old one

Evaluting the method signature, it is required to know old password while changing it. membershipUser.ChangePassword(userWrapper.OldPassword, userWrapper.Password) …

asp.net asp.net-membership forgot-password change-password
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
PHP send email for Forgot Password

So I am building a localhost page, and it contains users, so I created a forgot password page to reset …

php sql email forgot-password
How to open locked app in design mode?

Our MS Access 2000 developer left the company a year ago. We need to open his app in design mode in …

ms-access forgot-password cracking
Route [password.reset] not defined in laravel 5.4 in ResetPasswords.php

I'm getting this error in my custom app: InvalidArgumentException in UrlGenerator.php line 304: Route [password.reset] not defined. I know …

php laravel-5.4 forgot-password