Page 1 of 1

Admin user name and password not working

Posted: Tue Jul 29, 2014 7:01 pm
by Myrmidon
Hi,

I have just tried re-logging into the Admin of my Serendipity blog after a couple of months - it won't allow me to!

I have searched the forums and have used PHPMyAdmin to change both the User Name and Password. I have even added a new author directly to the database, but it still tells me that I am entering incorrect details.

I am using 1.7.3

Any help or ideas would be gratefully accepted.

Many thanks in advance


Mark

Re: Admin user name and password not working

Posted: Tue Jul 29, 2014 7:20 pm
by Timbalu
Myrmidon wrote:I have searched the forums and have used PHPMyAdmin to change both the User Name and Password. I have even added a new author directly to the database, but it still tells me that I am entering incorrect details.
Changing the username and in special the password via PhpMyAdmin was not a good idea, since it is stored as a salted hash. Search the forum for "fixlogin", to get a script to change your password in a valid way, if you know your username.

Re: Admin user name and password not working

Posted: Tue Jul 29, 2014 7:38 pm
by Myrmidon
Timbalu - you are a star! Thank you very much for that. Seems to be working perfectly.

Really appreciate your help

M

Re: Admin user name and password not working

Posted: Tue Jul 29, 2014 7:53 pm
by Timbalu
Yeah! Thats a "make lazy admins happy" script. :)