Disable alternative openids for fmn for now.
This commit is contained in:
parent
3b179a2ce6
commit
324721e3f3
1 changed files with 3 additions and 3 deletions
|
@ -13,6 +13,6 @@ FMN_FEDORA_OPENID = 'https://id.fedoraproject.org'
|
|||
{% endif %}
|
||||
|
||||
FMN_ALLOW_FAS_OPENID = True
|
||||
FMN_ALLOW_GOOGLE_OPENID = True
|
||||
FMN_ALLOW_YAHOO_OPENID = True
|
||||
FMN_ALLOW_GENERIC_OPENID = True
|
||||
FMN_ALLOW_GOOGLE_OPENID = False
|
||||
FMN_ALLOW_YAHOO_OPENID = False
|
||||
FMN_ALLOW_GENERIC_OPENID = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue