In your view you should be instantiating the form with the data from
request.POST instead of reading the values directly.
Also, you mention that you get a 403 error when you post your name and
password, but the form and template you pasted don't include password,
so I suspect the error is coming from elsewhere.
--
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.