We want to use email addresses as our site's login username, not just
as an alternative authentication method. I figured a quick way to do
this would be just changing the auth user model's username field to an
EmailField instead of a CharField (I know this isn't the most robust
solution). Nonetheless, the change is reflected in the manage.py
sqlall output, and I took the appropriate steps to update the sql
table. However, the changes are not reflected in the admin interface.
When I try to Add User, it still won't accept an email string and
displays the old help_text.

How to make my change to the auth user model take effect?

Thanks!

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