Hello,

I need to use the email field as the username. I neet these:

* Email must be unique
* I should authenticate against the email
* The admin should work I I should be able to create users with
username = email address.

I have a custom authentication method but I need more. I need to tell
Django to make the email unique, and I need to login and create users
from the admin with the @ character.

What is the best approach for this?

I've been searching in google but no one of the solutions can
accomplish the three points I need.

Thank you!

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