From 1b67ae7f18e43543a5c3c1c2b1bc6c779f06cdd6 Mon Sep 17 00:00:00 2001 From: Konstantin Sivakov Date: Tue, 3 Oct 2017 15:22:27 +0200 Subject: [PATCH] change order of the member,editor, admin description --- doc/maintaining/authorization.rst | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/doc/maintaining/authorization.rst b/doc/maintaining/authorization.rst index 7a6f83c7615..d42da628f94 100644 --- a/doc/maintaining/authorization.rst +++ b/doc/maintaining/authorization.rst @@ -44,12 +44,18 @@ dataset searches but are shown in dataset searches within the organization. When a user joins an organization, an organization admin gives them one of three roles: member, editor or admin. -An organization **admin** can: +A **member** can: + +* View the organization's private datasets. + +An **editor** can do everything as **member** plus: -* View the organization's private datasets * Add new datasets to the organization * Edit or delete any of the organization's datasets -* Make datasets public or private. +* Make datasets public or private. + +An organization **admin** can do everything as **editor** plus: + * Add users to the organization, and choose whether to make the new user a member, editor or admin * Change the role of any user in the organization, including other admin users @@ -58,17 +64,6 @@ An organization **admin** can: description or image) * Delete the organization -An **editor** can: - -* View the organization's private datasets -* Add new datasets to the organization -* Edit or delete any of the organization's datasets -* Make datasets public or private. - -A **member** can: - -* View the organization's private datasets. - When a user creates a new organization, they automatically become the first admin of that organization.