Skip to content

Commit

Permalink
Set account project to use openid
Browse files Browse the repository at this point in the history
  • Loading branch information
paltman committed Oct 17, 2011
1 parent 7e9306b commit d05984d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pinax/projects/account_project/settings.py
Expand Up @@ -179,6 +179,7 @@
ACCOUNT_EMAIL_VERIFICATION = False
ACCOUNT_EMAIL_AUTHENTICATION = False
ACCOUNT_UNIQUE_EMAIL = EMAIL_CONFIRMATION_UNIQUE_EMAIL = False
ACCOUNT_USE_OPENID = True

AUTHENTICATION_BACKENDS = [
"pinax.apps.account.auth_backends.AuthenticationBackend",
Expand Down

0 comments on commit d05984d

Please sign in to comment.