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:
parent
f3e9c36e1a
commit
c37154e0df
@ -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
|
||||
}
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user