add "only platform admin can create groups" and "only groups can create events" restrictions
This commit is contained in:
@@ -69,6 +69,10 @@ export const CONFIG = gql`
|
||||
eventCreation
|
||||
koenaConnect
|
||||
}
|
||||
restrictions {
|
||||
onlyAdminCanCreateGroups
|
||||
onlyGroupsCanCreateEvents
|
||||
}
|
||||
auth {
|
||||
ldap
|
||||
oauthProviders {
|
||||
|
||||
Reference in New Issue
Block a user