Hello everyone,
I am trying to help someone out who was left in the dark with their website. I am trying to find the log in information for their website. I found the username and password with the help of their hosting company in the manage/wordpress information. However, when I use this login username and password into the website/wp-login.php it does not accept it. This is strange because their hosting website has this in their database. What makes things worse, is, it does not recognize the email of this person in order to change the username or password. So I have to figure out how to
Change the email used in this Wordpress website. I donât feel comfortable going into the databaseâŚ
Change the username and passwordâŚ
Any help in how to get started would be a comfort right now.
I know you said you donât feel comfortable touching the database but I know of no other way around this issue. I agree that you need to go into the database and change the email address if you want to use the reset password feature. You could also change the password in the database instead if you are feeling really brave.
Well I would go directly into the database, but you need to be very careful. Because you are wanting to reset the password of the admin user, go to the database table wp_users (or there may be a different prefix) and change the email address there.
The admin email address in the wp_options table is used more for notifying the website administrator of WordPress core updates, and other administrative items. It may not necessarily be the same person as the one who logs in to the dashboard as admin.
It doesnât sound like a file is the cause of the problem.
But it might be worth looking into the wp-config.php file especially if there were changes made to it around the time the problem started.
Have you searched Google as it has lots of posts on how to reset the admin although they need you to modify the database. Do you have access to the cpanel or similar?
Hi,
When I go to wordpress database it does not let me log in. Does the database take the same username and password as wordpress does? That makes no sense otherwise I could get into wordpress. lol My bad. lol
If this hasnât been resolved yet, you want to log in to the cPanel or control panel of the domain and find the MySQL database listings. Identify the database that wordpress is on - listed as âDBâ in the wp-config.php - and access the phpmyadmin for that database. Select wp_users from the left panel and the âBrowseâ tab at the top of the user listings. Below the first table is a list of user names and random characters masking the password. Select âEditâ next to the user_login in question. A new table will appear that lists the username and password in the Value column. Change the user_login, user_pass, and/or user_email to whatever you need to. In the Function column, be sure to select MD5 from the dropdown menu in the user_pass row. Options at the bottom should say Save and then Go back to previous page. Leave those as the defaults and select Go.
This should change your user, pass, and email as needed and you should be able to log on to your wordpress site. Detailed instructions are on this page: