On Thu, 2006-08-03 at 23:24 -0500, Adrian Holovaty wrote:
> 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.)

The traditional approach is that they are password entry boxes that are
empty and you only pay attention in the form processing if they contain
something (in which case the two entries must match, etc). I would have
though that worked fairly well in our case as well?

Malcolm



--~--~---------~--~----~------------~-------~--~----~
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