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

Found a bug? Tell us!!
Post Reply
Andre Montagne

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

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

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

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply