Skip to content

Commit

Permalink
[#530] Amendments recommended in review
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes authored and Sean Hammond committed Apr 23, 2013
1 parent 094d431 commit eca9f4c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions doc/authorization.rst
Expand Up @@ -34,6 +34,8 @@ Currently the roles available are.
Administrators of an organization can add or remove members of the
organization. They can add, edit, view and delete datasets owned by the
organization. Admins can also make owned datasets public or private.
When a user creates a new organization, they automatically become the
first administrator of that organization.

``Editor``
Editors of an organization can view, edit and delete datasets as well as
Expand All @@ -43,20 +45,19 @@ Currently the roles available are.
Members of an organization can view datasets belonging to an organization
including private datasets.

When a user creates a new organization, they automatically become the first
administrator of that organization.

Config Settings
---------------

Several .ini config options can be set to change the behavior of CKAN.
Several configuration file options can be set to change the behavior of CKAN.
These include

``ckan.auth.anon_create_dataset``
allows non registered users to create datasets, default: False

``ckan.auth.create_dataset_if_not_in_organization``
users not in organizations can create datasets, default: True
allow users who are not a member of any organization create datasets.
This depends on option ``create_unowned_dataset``, default: True

``ckan.auth.create_unowned_dataset``
allow the creation of datasets not owned by an organization, default: True
Expand Down

0 comments on commit eca9f4c

Please sign in to comment.