Page 1 of 1
can't login to Administration Suite
Posted: Sun Feb 21, 2010 9:54 pm
by sunshinegypsy
This happened to me before I moved servers and I don't remember how I fixed it. I have deleted and reinstalled serendipity-1.5.2.tar.gz over and over trying to make this work. I can get my site up, but I can't get into the back page.
Welcome to the Serendipity Administration Suite.
Please enter your credentials below.
You appear to have entered an invalid username or password
Re: can't login to Administration Suite
Posted: Mon Feb 22, 2010 3:08 pm
by Don Chambers
Reinstalling the files several times will not change the username and password stored in the database. If you really cannot recall the credentials, you could create a new database, delete the file serendipity_config_local.inc.php then browse to your site - installation should be automatically triggered again.
There may be a way to do the same thing with the existing database - perhaps dropping all tables - but I have never tried that. Garvin may be able to provide additional suggestions.
Re: can't login to Administration Suite
Posted: Tue Feb 23, 2010 12:27 pm
by garvinhicking
Hi!
You could check your serendipity_authors table with a tool like phpMyAdmiun, pick out the user that you cannot login with, edit that user, and set the "password" column to your new password, pick the "MD5" function to apply, and also set the "hashtype" column to the value "0".
With that, you should be able to then relogin with the new password you entered.
Also, what Don said, is an option as well, if you can completely delete your old installation.
Best regards,
Garvin
Re: can't login to Administration Suite
Posted: Fri Apr 30, 2010 4:12 am
by sunshinegypsy
garvinhicking wrote:Hi!
You could check your serendipity_authors table with a tool like phpMyAdmiun, pick out the user that you cannot login with, edit that user, and set the "password" column to your new password, pick the "MD5" function to apply, and also set the "hashtype" column to the value "0".
I tried editing/deleting/adding the user password information with MD5 and it didn't work. However, I couldn't find the "hashtype" column in the serendipity_authors table - where is it?
Re: can't login to Administration Suite
Posted: Fri Apr 30, 2010 10:20 am
by garvinhicking
Hi!
I tried editing/deleting/adding the user password information with MD5 and it didn't work. However, I couldn't find the "hashtype" column in the serendipity_authors table - where is it?
This column got introduced with serendipity 1.5 - if you have s9y 1.5 and don't have that column, you did not execute the upgrade properly; check the FAQ on how to re-upgrade properly.
Regards,
Garvin