![]() |
wordpress blog is pissing me off
I lost my login pass for the wp-admin on one of my blogs..
so, I attempt password recovery.. I never get an email with confirmation link.. I try this several more times, but no email with confirmation link. Ok, so I go to msql and get the password, try to login, but it's not working.. So, I change it and try again.. 2 more times and it still don't work. Next, I go in and remove the user activation key then try logging on again, but that don't work either. This is pissing me off. What are my options to resolve this? |
Create a new user with a simple password
then copy the value for this new user's password to the password field of the admin account entry in the database. Then admin account should have that simple password of the newly created account. |
dont forget you need to put encrypted pass in the sql ... :winkwink:
|
Quote:
|
First step, uninstall wordpress, second step, find something else.
|
This happened to me yesterday, and you cannot just 'reset' your password cause of the encryption in phpmyadmin.
Login to phpmyadmin, select your database, go to SQL And enter this. Code:
UPDATE `wp_users` SET `user_pass` = MD5( 'new_password_here' ) WHERE `wp_users`.`user_login` = "admin_username"; "admin_username" - replace this with the username the password should be updated for. Then just login with your new password. http://kb.siteground.com/article/How..._password.html |
Quote:
|
I've done it a bunch of times in phpmyadmin. I think you just pick the admin user, enter a new password and make sure you check the MD5 for encryption.
Not for sure on this because I haven't done it in a while. |
Quote:
You are welcome. |
FYI if you're planning to also password protect the directory where Wordpress is,
that. if you plan to have Wordpress in your members' area, you'll run into some aggravation there too. Sometimes the problems won't be immediately obvious, so you'll get member complaints after it appears to have been working for a while. Contact us for free plugins to fix Wordpress so it'll work reliably in your members' area. |
All times are GMT -7. The time now is 07:55 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc