Blacklist 'group' as group name
This commit is contained in:
parent
8cd38d6a4a
commit
ae901a21bb
2 changed files with 3 additions and 0 deletions
|
@ -246,3 +246,4 @@ ADMIN_API_ACLS = [
|
||||||
'create_project',
|
'create_project',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
BLACKLISTED_GROUPS = ['forks', 'group']
|
||||||
|
|
|
@ -282,3 +282,5 @@ CROSS_PROJECT_ACLS = [
|
||||||
'issue_create',
|
'issue_create',
|
||||||
'issue_comment',
|
'issue_comment',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
BLACKLISTED_GROUPS = ['forks', 'group']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue