[snowy] Use new login page for OAuth authentication
- From: Leon Handreke <leonh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [snowy] Use new login page for OAuth authentication
- Date: Wed, 18 May 2011 19:25:12 +0000 (UTC)
commit 7a4e9b07687bb64198f4445e14a9c4612dac2b02
Author: Leon Handreke <leon handreke gmail com>
Date: Wed May 18 20:34:51 2011 +0200
Use new login page for OAuth authentication
settings.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/settings.py b/settings.py
index 8c4bb65..f3dfc48 100644
--- a/settings.py
+++ b/settings.py
@@ -160,7 +160,7 @@ AUTH_PROFILE_MODULE = 'accounts.UserProfile'
OPENID_CREATE_USERS = False
LOGIN_REDIRECT_URL = '/'
-LOGIN_URL = '/accounts/openid/login/'
+LOGIN_URL = '/accounts/login/'
AUTHENTICATION_BACKENDS = ('django.contrib.auth.backends.ModelBackend',
'django_openid_auth.auth.OpenIDBackend',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]