Skip to content

Commit d0dde0e

Browse files
committed
allow users to delete collections/groups
1 parent c61d445 commit d0dde0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dcor_control/resources/dcor_defaults.ini.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ckan.auth.create_dataset_if_not_in_organization = false
1717
ckan.auth.allow_collaborators_to_change_owner_org = false
1818
ckan.auth.user_create_groups = true
1919
ckan.auth.user_create_organizations = true
20-
ckan.auth.user_delete_groups = false
20+
ckan.auth.user_delete_groups = true
2121
ckan.auth.user_delete_organizations = false
2222
ckan.auth.roles_that_cascade_to_sub_groups = admin
2323
ckan.auth.public_user_details = false

0 commit comments

Comments
 (0)