In revision 3520, I checked in a fix to a longstanding problem (ticket
#61) -- having to enter password hashes when creating users via the
Django admin site. The "Add user" page now lets you put in the
username and raw password, via two HTML "input type=password" fields.

The code is also a pretty decent example of how to use custom
manipulators and how to make custom admin pages. Check it out here, if
you're interested: http://code.djangoproject.com/changeset/3520 .

(Yes, password hashes are still displayed on the "Change user" pages
-- I'm still thinking of how to fix that part.)

Adrian

-- 
Adrian Holovaty
holovaty.com | djangoproject.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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to