Enable OpenID logins

As suggested by Evgeny, enable the OpenID login providers. Useful
to test also integration with openstackid.org.

Change-Id: Idf94665893ab18d2fed02953f820048de695ab5a
Fixes-bug: #1441817
This commit is contained in:
Stefano Maffulli 2015-04-22 22:36:02 -07:00
parent f3e9c36e1a
commit c37154e0df
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ LIVESETTINGS_OPTIONS = {
'SIGNIN_FLICKR_ENABLED': False,
'SIGNIN_FACEBOOK_ENABLED': False,
'SIGNIN_LAUNCHPAD_ENABLED': True,
'SIGNIN_OPENID_ENABLED': False
'SIGNIN_OPENID_ENABLED': True
}
},
}