Changeset - 11ac37efed7e
[Not reviewed]
0 1 0
Luke Hatcher - 12 years ago 2012-07-13 17:59:40
lukeman@gmail.com
add user display
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
symposion_project/settings.py
Show inline comments
...
 
@@ -189,6 +189,8 @@ ACCOUNT_EMAIL_VERIFICATION = False
 
ACCOUNT_EMAIL_AUTHENTICATION = False
 
ACCOUNT_UNIQUE_EMAIL = EMAIL_CONFIRMATION_UNIQUE_EMAIL = False
 

	
 
ACCOUNT_USER_DISPLAY = lambda user: user.email
 

	
 
# AUTHENTICATION_BACKENDS = [
 
#     "pinax.apps.account.auth_backends.AuthenticationBackend",
 
# ]
0 comments (0 inline, 0 general)