From 637fe9d0821dacd04388eaa47094a02e78ce2593 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 14 Oct 2015 09:49:31 +0200 Subject: [PATCH] Disable the google login Google's openid has been turned off and we currently do not support openid connect that they only support now --- roles/anitya/frontend/templates/anitya.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/anitya/frontend/templates/anitya.cfg b/roles/anitya/frontend/templates/anitya.cfg index 20ec9bec8d..ed8a23db08 100644 --- a/roles/anitya/frontend/templates/anitya.cfg +++ b/roles/anitya/frontend/templates/anitya.cfg @@ -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'