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
http://andre.montagne.free.fr/serendipity/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: http://andre.montagne.free.fr/serendipity/
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:
If you have no SQL access, you need to ask your provider to do that for you.
Best regards,
Garvin
Code: Select all
UPDATE serendipity_authors SET password = MD5('newpassword') WHERE authorid = 1
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/
# 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/