From 01886a3c49f2d3781d261e9491a654a4d635e1bf Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sat, 5 Aug 2017 09:51:53 +0200 Subject: [PATCH] Turn on user management in pagure/distgit so users and groups can be added to projects Fixes https://pagure.io/fedora-infrastructure/issue/6196 --- roles/distgit/pagure/templates/pagure.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/distgit/pagure/templates/pagure.cfg b/roles/distgit/pagure/templates/pagure.cfg index 8973c0a674..980c132c48 100644 --- a/roles/distgit/pagure/templates/pagure.cfg +++ b/roles/distgit/pagure/templates/pagure.cfg @@ -181,7 +181,6 @@ PROJECT_TICKETS = False ENABLE_NEW_PROJECTS = False ENABLE_DEL_PROJECTS = False ENABLE_TICKETS = False -ENABLE_USER_MNGT = False ENABLE_GROUP_MNGT = False DEPLOY_KEY = False LOCAL_SSH_KEY = False