Re: Issue on using emailID as the username

2009-06-23 Thread Rama Vadakattu
1. i don't know whether it is expected behavior or not. But here are some ways to solve the above problem. --- Why it is not accepting @ character in admin ? As the username of UserCreation form ( from django.contr

Issue on using emailID as the username

2009-06-22 Thread bvemu
Hi I was using the email ID as the username as shown below in my view.py view.py -- def signup(request) .. username=emailid ; valid_user = authenticate (username=username,password=password ) .. and it works fine for me Django version being the development version # djang