Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Why I can't login to my ADMIN INTERFACE?
Hi All,
I was develop some website and was edit some of them, but in this morning I can’t login to my local server? I was tested on my online server and I can’t login very well. But why every time login in my local server I get this message.
Could not login with that name/password.
What should I do? and How to reset it?
Please Help me to solve this problem
Jauhari
Last edited by jauhari (2007-11-19 04:42:54)
Offline
Re: Why I can't login to my ADMIN INTERFACE?
Well, it’s just that your name and password are wrong – you’re just using wrong login-details. To resert them 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.
PS. jauhari, your English (or something that resembles it) is hard to follow. Remember the tenses, keep them at shape…
Cheers!
Last edited by Gocom (2007-11-19 05:23:32)
Offline
Re: Why I can't login to my ADMIN INTERFACE?
Gocom wrote:
Well, it’s just that your name and password are wrong – you’re just using wrong login-details. To resert them 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.
PS. jauhari, your English (or something that resembles it) is hard to follow. Remember the tenses, keep them at shape…
Cheers!
Thanks, now work with PERFECT ;)
Offline
Re: Why I can't login to my ADMIN INTERFACE?
Thanks, now work with PERFECT ;)
No problem, happy to hear that – but I don’t kinda understand your sentense :)
It’s Thanks, now it works perfectly. Why? Because perfect isn’t a thing, and it currently works. If it work, then it would worked. So does it work, or did it work and you will require help again? ;)
Cheers!
Last edited by Gocom (2007-11-19 09:22:27)
Offline