Skip to content

Commit

Permalink
Disable anonymous user signup
Browse files Browse the repository at this point in the history
  • Loading branch information
mpolidori committed Oct 8, 2024
1 parent 943649b commit f950754
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ckan.auth.user_create_organizations = false
ckan.auth.user_delete_groups = false
ckan.auth.user_delete_organizations = false
ckan.auth.create_user_via_api = false
ckan.auth.create_user_via_web = true
ckan.auth.create_user_via_web = false
ckan.auth.roles_that_cascade_to_sub_groups = admin
ckan.hide_activity_from_users = %(ckan.site_id)s

Expand Down

0 comments on commit f950754

Please sign in to comment.