∞ -> rok
This commit is contained in:
parent
3663e04452
commit
57e1f22e9d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class LoginView(auth_views.LoginView):
|
|||
""" Okopírováno z django/contrib/auth/views.py s přidáním nekonečného přihlášení """
|
||||
auth_login(self.request, form.get_user())
|
||||
if form.cleaned_data["disable_logout"]:
|
||||
form.request.session.set_expiry(2**32) # infinity (asi 100 let)...
|
||||
form.request.session.set_expiry(365 * 24 * 3600) # rok
|
||||
return HttpResponseRedirect(self.get_success_url())
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue