aamalig / django-profile

Automatically exported from code.google.com/p/django-profile
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

CSRF verification failed. Request aborted. when Login #87

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Go here http://127.0.0.1:8000/accounts/login/?next=/accounts/profile/
2. Try to login 

What is the expected output? What do you see instead?
A welcome message. I see this CSRF verification failed. Request aborted.

What version of the product are you using? On what operating system?
Ubuntu/ django profiles 0.6

Please provide any additional information below.

just add {% csrf_token %} in the account/login.html

Original issue reported on code.google.com by gugli...@gmail.com on 2 Mar 2011 at 11:59