diff options
author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2017-03-29 12:20:08 +0200 |
---|---|---|
committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2017-03-29 12:20:09 +0200 |
commit | c62d448987cd2f984bd2e221db1c606909bd3a8b (patch) | |
tree | 86b05178e58ebe7f95ce5d19e7562f1980730c25 | |
parent | d1f31f79a1558f1a93834edd0310fff7d0019aff (diff) | |
download | ansible-c62d448987cd2f984bd2e221db1c606909bd3a8b.tar.gz ansible-c62d448987cd2f984bd2e221db1c606909bd3a8b.tar.xz ansible-c62d448987cd2f984bd2e221db1c606909bd3a8b.zip |
Drop the FPCA requirement for pagure.io
Legal has waived this requirement:
https://lists.fedoraproject.org/archives/list/legal%40lists.fedoraproject.org/message/UWE4JIXEV76ZB54D33WEOSQGZR4Q25L5/
-rw-r--r-- | roles/pagure/frontend/templates/pagure.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/pagure/frontend/templates/pagure.cfg b/roles/pagure/frontend/templates/pagure.cfg index d39d9e05c..e2f95b961 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 |