Changeset - d5bdacde05cf
[Not reviewed]
0 1 0
Luke Hatcher - 12 years ago 2012-07-13 18:37:29
lukeman@gmail.com
use email auth backend
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
symposion_project/settings.py
Show inline comments
...
 
@@ -194,9 +194,9 @@ ACCOUNT_LOGIN_REDIRECT_URL = "dashboard"
 
ACCOUNT_LOGOUT_REDIRECT_URL = "home"
 
ACCOUNT_USER_DISPLAY = lambda user: user.email
 

	
 
# AUTHENTICATION_BACKENDS = [
 
#     "pinax.apps.account.auth_backends.AuthenticationBackend",
 
# ]
 
AUTHENTICATION_BACKENDS = [
 
    "account.auth_backends.EmailAuthenticationBackend",
 
]
 

	
 
LOGIN_URL = "/account/login/" # @@@ any way this can be a url name?
 

	
0 comments (0 inline, 0 general)