- Tech Services
Concept Development
- Industry
- Emerging Tech
- Contact Us
06
Feb. 135.16 K
VIEWSTo the continuation of my last post, today I will like to share more input being a WordPress developer. I am enhancing my skills everyday working for WordPress website development services.
I have found a much simpler method of Reset Your WordPress Password without using your mail. This is our little contingency in case you lose mail server access when you want to change your password.
Previously we saw how you would change your admin password using the phpMyAdmin tool. Today we are going to see a much simpler method of changing your password.
This method is going to require you to have FTP access to your hosting site. So here is how it goes:
Navigate to the WordPress directory in the root of your server. From there navigate the breadcrumb trail:
“wp-configthemes”
Here you will find a file named “functions.php”. Open the file and add the following line:
[sourcecode type=”php”]<br /><br /><?php wp_set_password(‘password’,1); ?><br /><br />[/sourcecode]
Save your changes and go back to the login screen of your WordPress site. You can now login with the password:”password”.
Now, being a WordPress developer, you must remember that the most important step is that after you have logged in you must open “functions.php” and remove the line you added. Unless you remove this line, no matter what password you change to it will always revert to “password” when you login.
After you have done this you may now Reset Your WordPress Password from the dashboard to anything of your choice.
If you run into any sort of trouble you can refer the alternative method from the previous post.
Being one of the leading companies for WordPress website development services, we do provide facilities to hire WordPress developers for your projects. If you need professional help feel free to contact us and let our WordPress Developers help you.