If you want to login as a user, don't bother with their password (which 
can't be decoded anyway).  Build another authorization mechanism into 
your app so that you can log in as them without a password.  For 
example, you can accept a user name with a password of (superuser name, 
superuser password) and then log the user in.  More details here: 
http://stackoverflow.com/questions/263367/how-do-you-support-a-web-app-with-hashed-or-encrypted-passwords

--Ned.
http://nedbatchelder.com

Miguel wrote:
> Hello,
>
> is there any way to decode the passwords that django keeps the the 
> auth_user table? It would be really interesting to see if there is any 
> problems in the users part of the web when new information and tasks 
> are added via admin web.
>
> regards,
>
>
>
> Miguel
> Sent from Madrid, Spain
> >

-- 
Ned Batchelder, http://nedbatchelder.com


--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to