twilitegxa Posted September 25, 2008 Share Posted September 25, 2008 I have a client that had someone create a blog for her using WordPress, and is now unable to retrieve her password because everytime she requests the pasword to be sent, it gets sent to him and he has decided to be missing. Is there a way around this in order to get the password reset? I don't know if this is a relevant place to post this, but any suggestions would be greatly appreciated! Quote Link to comment Share on other sites More sharing options...
AV1611 Posted September 29, 2008 Share Posted September 29, 2008 echo -n <password> | md5sum mysql -u root -p use <name of database> show tables; select ID, user_login, user_pass, FROM <table from above> UPDATE that record.user_pass with the string from above Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.