Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2010-10-17 22:58:04
- scdoody
- Member
- Registered: 2006-10-18
- Posts: 129
Can't reset password
Help!!
I’ve tried the “reset password” option but it doesn’t send the email. I’ve checked all my spam folders etc and it hasn’t sent the email.
Since that wasn’t working, I went into the databas table called txp_users to manually change the password, but that doesn’t work either.
Does anyone have any tips? I really need to get into my site!!!
Thanks :o)
Offline
#2 2010-10-17 23:13:28
- redbot
- Plugin Author
- Registered: 2006-02-14
- Posts: 1,410
Re: Can't reset password
Did you follow exactly this method (from the faq)?
With phpMyAdmin, or at the MySQL command prompt, run the following query:
update txp_users set pass=password(lower(‘pass’)) where name=‘user’;
..where pass is the new password, and user is the login username.
Last edited by redbot (2010-10-17 23:14:10)
Offline
#3 2010-10-17 23:21:47
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: Can't reset password
scdoody wrote:
I went into the databas table called txp_users to manually change the password, but that doesn’t work either.
Did you do this (The Process, #6):
In the function column for the pass field, select PASSWORD from the drop down box. You may then delete the hash and enter a plaintext password in the corresponding value field. Letters in this field should be all lowercase.
Offline
Re: Can't reset password
You could take a look at this TXP Tip on resetting a Textpattern password.
Offline
#5 2010-10-18 01:33:26
- scdoody
- Member
- Registered: 2006-10-18
- Posts: 129
Re: Can't reset password
I was able to fix it in the database! Thanks everyone!
Offline
Pages: 1