From b10e8c97786bec95fc3eced51e61047ac065bf09 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jul 04 2016 08:28:33 +0000 Subject: Add a configuration key to turn on/off managing group within pagure --- diff --git a/pagure/default_config.py b/pagure/default_config.py index 4c96dab..fb1dc77 100644 --- a/pagure/default_config.py +++ b/pagure/default_config.py @@ -53,6 +53,9 @@ ENABLE_DEL_PROJECTS = True # Enables / Disables managing access to the repos ENABLE_USER_MNGT = True +# Enables / Disables managing groups via the UI +ENABLE_GROUP_MNGT = True + # Enables / Disables showing all the projects by default on the front page SHOW_PROJECTS_INDEX = ['repos', 'myrepos', 'myforks']