I'd like to require that user passwords be of a certain level of
complexity when they're added to or changed on the admin site. I see a
way to do this fairly easily with the password reset view since I can
pass in a custom form, but I don't see an easy way to do it when
adding a user or using the password_change view. It looks like I'd
have to edit the UserCreationForm and SetPasswordForm classes
directly, which I'd rather avoid so I don't run into problems when
updating to future versions of Django. Is there some other place that
I can hook into to achieve this?

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