Report this

What is the reason for this report?

Default Wordpress credentials.

Posted on September 21, 2014

I installed my WP but can’t remember my credentials. I tried to send the link for resetting pass but it does not work. It states invalid key.

are there any default username and password?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

The “invalid key” error is indicative of some sort of cache/cookies issue. Try clearing them to see if it helps resolve your problem.

If that doesn’t work, your only choice is to reset it in the MySQL database. You can do it in PHPMyAdmin, just make sure the password is MD5’d before submitting it.

You can also do it in the MySQL command line, if you don’t have PHPMyAdmin installed.

This link will cover both of those options: http://codex.wordpress.org/Resetting_Your_Password#Through_MySQL_Command_Line

If you have WP CLI installed, you can use this: http://wp-cli.org/commands/user/update/

Hello,

You can easily recover your WordPress password by accessing the admin area login page and click the “Lost your password?” link. You can then enter either your Username or Email Address to receive the new password.

The other option is the reset the password from the WordPress database directly. You can check the following mini-tutorial on how to do this here:

https://www.digitalocean.com/community/questions/reseting-wordpress-admin-password-via-the-command-line-terminal

Hope that this helps Regards, Alex

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.