Page 1 of 1

http://andre.montagne.free.fr/serendipity/

Posted: Wed Nov 30, 2005 12:39 pm
by Andre Montagne
No way to connect as admin.
I asked for a new password, but my identification allways failed...

What to do right now ?

my email : andre.montagne.free.fr

Re: http://andre.montagne.free.fr/serendipity/

Posted: Wed Nov 30, 2005 2:00 pm
by garvinhicking
You can use phpMyAdmin or any other SQL tool and browser your serendipity_authors Database table. There edit the row with your user and reset the password with a MD5 sum, like this:

Code: Select all

UPDATE serendipity_authors SET password = MD5('newpassword') WHERE authorid = 1
If you have no SQL access, you need to ask your provider to do that for you.

Best regards,
Garvin