Re: Email Validation when adding a user to the backend

2013-09-09 Thread Gladson SimplĂ­cio Brito
I tell you to upgrade to django 1.5 But to solve palliation: https://github.com/GoodCloud/django-longer-username 2013/9/9 Russell Keith-Magee > Hi, > > If you're using Django 1.1, you're probably hitting up against the 30 > character limit for usernames. first name.secondn...@domain.com, for >

Re: Email Validation when adding a user to the backend

2013-09-09 Thread Russell Keith-Magee
Hi, If you're using Django 1.1, you're probably hitting up against the 30 character limit for usernames. first name.secondn...@domain.com, for example, is 32 characters. You might also be hitting against a specific character invalidation -- I'd need to go back and check when we started allowing fu

Email Validation when adding a user to the backend

2013-09-09 Thread vanderkerkoff
Hello there. We're running a 1.1 django application and have run into a bit of a problem. Recently our organisation decided to change its email addresses. Moving from myn...@domain.com, to firstname.secondn...@domain.com I've just tried adding a user to the site and I'm bumping up against an i