On 1/7/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> i user django-register in my project,it is fatastic, but how to:'
> 1. restrict username length must more than 5 words
> 2. make sure email is unique.

I haven't heard of django-register, but maybe you mean django-registration?

If so, there is no need to hack the django code, simply create a
subclass of registration.forms.RegistrationFormUniqueEmail that does
additional validation of the username to check the username length.

-- 
Steingrim Dovland.
This behaviour is by design.

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to