diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-06-19 15:24:06 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-06-19 15:50:19 +0200 |
commit | 0b771c125c4adb57f04b8e09b4623e71efbf7a75 (patch) | |
tree | 54e6f66670ce284eb03e6c4f3010064d6d825c45 /okupy/settings | |
parent | [OpenID] Introduce Django/DB backend for python-openid store. (diff) | |
download | identity.gentoo.org-0b771c125c4adb57f04b8e09b4623e71efbf7a75.tar.gz identity.gentoo.org-0b771c125c4adb57f04b8e09b4623e71efbf7a75.tar.bz2 identity.gentoo.org-0b771c125c4adb57f04b8e09b4623e71efbf7a75.zip |
[OpenID] Support minimal site auth.
Diffstat (limited to 'okupy/settings')
-rw-r--r-- | okupy/settings/__init__.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/okupy/settings/__init__.py b/okupy/settings/__init__.py index 4ac21a4..c3decde 100644 --- a/okupy/settings/__init__.py +++ b/okupy/settings/__init__.py @@ -99,9 +99,9 @@ LOGGING = { } } -LOGIN_URL = '/login/' -LOGIN_REDIRECT_URL = '/' -LOGOUT_URL = '/logout/' +LOGIN_URL = '/openid/login/' +LOGIN_REDIRECT_URL = '/openid/' +LOGOUT_URL = '/openid/logout/' SESSION_EXPIRE_AT_BROWSER_CLOSE = True # Custom authentication backend |