Hi!

When you change the password with phpmyadmin, did you consider that
passwords are not stored in plaintext, but as salted hashes?

You can try to set it to this value:
sha1$3a68b$7fbea95491a9d04e3cf647d5c8e675da69e1d458

This should set your password to 'passwort' (without apostrophes).
Alternatively, if you have shell access, you can use the DB API to reset
the password.

See:
http://coderseye.com/2007/howto-reset-the-admin-password-in-django.html

HTH,
Daniel

Am Dienstag, den 08.07.2008, 02:00 -0700 schrieb allisongardner:
> Hi! I went away for the weekend, when all was working fine, and having
> come back to work I have found that I cannot login to the admin site.
> Checked the database users passwords and they had automatically
> changed themselves to random strings. I changed the user password back
> in phpmyadmin but still cannot login to admin site. Nothing has been
> done to other than to turn off the computer for the weekend and turn
> it back on again!
> Help!
> Allison
> > 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to