Is the 30 characters limit enforced by the database or by Django? If the limit is set by the database, would altering the DB schema work?
On Mar 4, 10:51 pm, Shawn Milochik <[email protected]> wrote: > > Email addresses have been allowed since version 1.2 < > >http://docs.djangoproject.com/en/1.2/topics/auth/#api-reference>. > > Have you found place in 1.2.x where an email address doesn't work? > > > Toodle-looooooooo.......... > > creecode > > The problem here is that the username is still limited to 30 > characters. So plenty of e-mail addresses won't work. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

