diff --git a/pagure/default_config.py b/pagure/default_config.py index 025b27c..218639d 100644 --- a/pagure/default_config.py +++ b/pagure/default_config.py @@ -192,6 +192,7 @@ BLACKLISTED_GROUPS = ['forks'] ACLS = { + 'create_project': 'Create a new project', 'issue_create': 'Create a new ticket against this project', 'issue_change_status': 'Change the status of a ticket of this project', 'issue_comment': 'Comment on a ticket of this project',