15572: Add note about user visibility
authorPeter Amstutz <peter.amstutz@curii.com>
Mon, 30 Dec 2019 15:32:09 +0000 (10:32 -0500)
committerPeter Amstutz <peter.amstutz@curii.com>
Mon, 30 Dec 2019 15:32:09 +0000 (10:32 -0500)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

doc/admin/group-management.html.textile.liquid
doc/admin/user-management.html.textile.liquid

index 127b91423a1f98285563c86dddf0a4a1e181dc26..dddfe13ac85d4aca8b0407f9f7b1f562f15aae8a 100644 (file)
@@ -20,7 +20,7 @@ User groups are entries in the "groups" table with @"group_class": "role"@.
 arv group create --group '{"name": "My new group", "group_class": "role"}'
 </pre>
 
-h2. Add a user to a group
+h2(#add). Add a user to a group
 
 There are two separate permissions associated with group membership.  The first link grants the user @can_manage@ permission to manage things that the group can manage.  The second link grants permission for other users of the group to see that this user is part of the group.
 
index 3de1c66a0d9ffe0f678f028d3a4182554d7a3727..177abd8dbe8a25c37396e88354c9b5b535a470b4 100644 (file)
@@ -100,6 +100,10 @@ The fields making up the user profile are described in @Workbench.UserProfileFor
 
 The user profile is checked by workbench after checking if user agreements need to be signed.  The values entered are stored in the @properties@ field on the user object.  Unlike user agreements, the requirement to fill out the user profile is not enforced by the API server.
 
+h2. User visibility
+
+Initially, a user is not part of any groups and will not be able to interact with other users on the system.  The admin should determine who the user is permited to interact with and use Workbench or the "command line":group-management.html#add to create and add the user to the appropriate group(s).
+
 h2(#pre-activated). Pre-setup user by email address
 
 You may create a user account for a user that has not yet logged in, and identify the user by email address.