Skip to content

Commit

Permalink
[#2939] Update default .ini permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Oct 12, 2012
1 parent f3f5331 commit fc7d019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/new_authz.py
Expand Up @@ -200,8 +200,8 @@ def _get_auth_function(action, profile=None):
# these are prefixed with ckan.auth. in config to override
'anon_create_dataset': False,
'create_dataset_if_not_in_organization': True,
'user_create_groups': False,
'user_create_organizations': False,
'user_create_groups': True,
'user_create_organizations': True,
'create_user_via_api': False,
}

Expand Down

0 comments on commit fc7d019

Please sign in to comment.