Disable the google login

Google's openid has been turned off and we currently do not support openid
connect that they only support now
This commit is contained in:
Pierre-Yves Chibon 2015-10-14 09:49:31 +02:00
parent 4dbb7bf0e5
commit 637fe9d082

View file

@ -21,6 +21,7 @@ ANITYA_WEB_FEDORA_OPENID = 'https://id.stg.fedoraproject.org'
ANITYA_WEB_FEDORA_OPENID = 'https://id.fedoraproject.org'
{% endif %}
ANITYA_WEB_ALLOW_GOOGLE_OPENID = False
# This is required to fix login
PREFERRED_URL_SCHEME='https'