If you have access to the admin panel, log in and click on "Update Profile"
The password-reset page is generally located at:
http://domain.tld/wp-login.php?action=lostpassword
where “domain.tld” is the location of your WordPress installation.
Once you request a new password, an email is sent to the email account with which you registered. In that email is a link to reset your password, which is finally sent back to your email account.
-
Log in your control panel
-
Go to phpMyadmin
-
Browse the database created for your Wordpress and find the “wp\_users” table
-
Click on the user you want to edit
-
Go to "user\_pass" and under Function chose MD5
-
Enter your new pass and click "Go"