GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   wordpress blog is pissing me off (https://gfy.com/showthread.php?t=886101)

spacedog 02-05-2009 03:00 PM

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?

who 02-05-2009 03:06 PM

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.

TeenCat 02-05-2009 03:08 PM

dont forget you need to put encrypted pass in the sql ... :winkwink:

JamesK 02-05-2009 03:10 PM

Quote:

Originally Posted by who (Post 15443936)
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.

:2 cents:

Bro Media - BANNED FOR LIFE 02-05-2009 03:20 PM

First step, uninstall wordpress, second step, find something else.

Jdoughs 02-05-2009 03:20 PM

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";
"new_password_here" - replace this with the new password you wish to use.
"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

spacedog 02-05-2009 03:23 PM

Quote:

Originally Posted by who (Post 15443936)
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.

:thumbsup thanks. I am in

BSleazy 02-05-2009 03:39 PM

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.

DarkJedi 02-05-2009 04:00 PM

Quote:

Originally Posted by spacedog (Post 15443919)

What are my options to resolve this?

http://www.village-idiot.org/archive...word-recovery/


You are welcome.

raymor 02-06-2009 02:32 PM

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