Forgetting password for any kind of web service is a common problem. Even the most tech savvy people forget their passwords. In the past, we have shown you how to reset your WordPress password using phpMyAdmin, but that method is a bit hard. In this article, we will show you an easier way to recovering your lost password in WordPress.
First, go to the login screen of your WordPress blog. The login page of your WordPress blog is located at
http://www.example.com/login/
Replace, www.example.com with your website address. Your WordPress login screen has a Lost your password? link just below the login form. See the screenshot below:

Click on Lost your password? link. This will take you to another page where you will be asked to provide your WordPress username or email address.

Enter the username you use to log into your WordPress blog. You can also provide the email address you have used during the installation or registration on your WordPress blog. After entering the username or email address, click the Get New Password button.
Once you have entered a valid username or email address, WordPress will send an email to the email address associated with that account. It will also show you “Check your e-mail for the confirmation link” notification on the login screen.
Check your email inbox, there will be an email with the subject [Your Blog Title] Password Reset. Wait for a few minutes if you do not immediately see the email in your inbox. If you still do not see an email, then check your Spam or Junk Mail folder.
When you get the email, it will have a message similar to the following:
Someone requested that the password be reset for the following account:
http://www.your-website-url.com/
Username: your-username
If this was a mistake, just ignore this email and nothing will happen.
To reset your password, visit the following address:
<http://www.your-website-url.com/wp-login.php?action=rp&key=xxxyyyzzz1112223&login=your-username>
Click on the second link to reset your password. This link will take you back to your website and will allow you to enter a new password for your WordPress account.

First enter a new password and then repeat the same new password in “Confirm New Password” field. The Strength Indicator bar below will let you know if both passwords don’t match. The strength indicator bar will also let you know the strength of your password. WordPress will let you set a weak password, but it is recommended that you choose a strong password.
A strong password is more than 8 characters long, contains both upper and lower case letters, with numbers, and special characters like ! ” ? $ % ^ &.
Once you have entered a password, press the Reset password button. You will see a notification “Your password has been reset. Log in”.

Congratulations, you have successfully reset your WordPress password. Click on “Login” link to sign in to your WordPress blog using the new password.
Advanced level WordPress users can also reset WordPress password from phpMyAdmin.
Extra Tip on Managing WordPress Password
Entering password each time you log in to your WordPress blog can be bothersome. However, if you always log in to your WordPress blog from your own devices using your home internet connection then you can stop WordPress from forgetting you with Always Remember Me plugin. This plugin will check the Remember Me box below your login screen. So once you log in to your WordPress, you will remain logged in for a long time unless you clear your browser’s cookies.








today I just lost my password then your this article help me alot
thanx a lot for this
pretty standard procedure but no doubt a helpful guide for many…thanks for sharing!
I’ve done this method several times, but then get an error message “You don’t have permissions to perform this function.” which forced me to try the complicated myphp admin route. Anyone know why an install of WordPress would offer up this error?
Rod Salm
If you are not the site admin, then it is possible that the site admin has disabled that functionality. We shared a tutorial on how to do that a while ago:
http://www.wpbeginner.com/wp-tutorials/how-to-remove-the-password-reset-change-option-from-wordpress/
It is also possible that somehow your permissions got messed up for that username. It might be best to create a new user of that level, and copy and paste the permission code in your database for that user.
Once done few times the PhpMyAdmin mode is quite easy to perform