Re: Simple Login Problem

2014-11-30 Thread Rootz
Apparently caching was enable. Now that I know I disable caching and now it is working now.. thanks :) On Sunday, November 30, 2014 1:32:27 PM UTC-5, Collin Anderson wrote: > > Hi, > > If you type your password wrong, user will be None, and your code will > then redirect to the "register" page.

Re: Simple Login Problem

2014-11-30 Thread Collin Anderson
Hi, If you type your password wrong, user will be None, and your code will then redirect to the "register" page. If you press "back" after a successful login, the CSRF token will be out of date and the form won't work. Are you caching any pages? Collin On Friday, November 28, 2014 12:55:35 A

Simple Login Problem

2014-11-27 Thread Rootz
I have a django app but I having problems with my login views and logout views. I do not have a html template designated to handle user login/logout view. Django project is configured as follows: INSTALLED_APPS se