On 2/16/06, Adrian Holovaty <[EMAIL PROTECTED]> wrote: .... > Hmmm, I don't recall anybody having this issue, so I suspect it's > something with your code. Are you, perchance, subclassing the > auth.User model or doing anything else custom with the auth app?
Nope, only thing I'm using auth for is for the auto generated admin. I have probed a little deeper to find a solution... When I change the password using User.set_password() it changes to sha1 in the database however when I attempt to login through the administration interface it doesn't authenticate. User.check_password() returns True when supplied with the correct password. For now I've commented out the lines in check_password which change the password to sha1 if it isn't sha1 and it appears to be working fine for me, when I have time I'll look into it in more detail. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---