When I create a new user in the Admin with all privileges, Django asks
for new user and password; When I type the password I can see what I
write, I think this field should be protected from seeing password.
After saving the new user I logout Admin, then I try to login with the
new user, the application denies to log in because it is wrong, however
I typed correctly user and password. When I see the database (table
auth_user), the password saved for the new user is not encrypted such
as the initial administrator is.
What is wrong?
Thanks!!!


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

Reply via email to