Authentication session timeout

2008-12-03 Thread mdp
If I enable session timeouts via settings.SESSION_COOKIE_AGE I get the following when accessing my login/logout page: Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/django/core/servers/ basehttp.py", line 278, in run self.result = application(self.environ, self.s

Re: Authentication session timeout

2008-12-04 Thread mdp
> > What did you set SESSION_COOKIE_AGE to?  It rather sounds like you set it to > a string value when a numeric is expected. > > Karen Doh!! You're right, I'd set: SESSION_COOKIE_AGE = '600' Thanks Mike --~--~-~--~~~---~--~~ You received this message because y

password_change - specify minimum password length

2009-05-22 Thread mdp
Hi, I'm using the built-in password_change view. Is there an easy way to specify a minimum password length for the new password? (Other than using javascript in the template) Thanks Mike --~--~-~--~~~---~--~~ You received this message because you are subscribed t