From c62d448987cd2f984bd2e221db1c606909bd3a8b Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 29 Mar 2017 12:20:08 +0200 Subject: [PATCH] Drop the FPCA requirement for pagure.io Legal has waived this requirement: https://lists.fedoraproject.org/archives/list/legal%40lists.fedoraproject.org/message/UWE4JIXEV76ZB54D33WEOSQGZR4Q25L5/ --- roles/pagure/frontend/templates/pagure.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/pagure/frontend/templates/pagure.cfg b/roles/pagure/frontend/templates/pagure.cfg index d39d9e05cb..e2f95b961b 100644 --- a/roles/pagure/frontend/templates/pagure.cfg +++ b/roles/pagure/frontend/templates/pagure.cfg @@ -169,7 +169,7 @@ DISABLED_PLUGINS = ['IRC'] # Specify which authentication method to use, defaults to `fas` can be or # `local` # Default: ``fas``. -PAGURE_AUTH = 'fas' +PAGURE_AUTH = 'openid' # When this is set to True, the session cookie will only be returned to the # server via ssl (https). If you connect to the server via plain http, the