@@ -19,12 +19,15 @@ The user account details that you can specify include the following:
1919** *INTERNAL*: to manage the user inside {ProjectServer}.
2020** *EXTERNAL*: to manage the user with external authentication.
2121For more information, see {ConfiguringUserAuthenticationDocURL}[_{ConfiguringUserAuthenticationDocTitle}_].
22- * On the *Organizations* tab, select an organization for the user.
22+ * On the *Organizations* tab, select organizations for the user.
2323Specify the default organization {Project} selects for the user after login from the *Default on login* list.
24+ * On the *Locations* tab, select locations for the user.
25+ Specify the default location {Project} selects for the user after login from the *Default on login* list.
2426+
2527[IMPORTANT]
2628====
27- If a user is not assigned to an organization, their access is limited.
29+ Users are strictly confined to their assigned organizations and locations.
30+ Users can only access and assign resources within the organizations and locations they belong to.
2831====
2932
3033[id="cli-creating-a-user_{context}"]
@@ -38,12 +41,16 @@ $ hammer user create \
3841--login _My_User_Name_ \
3942--mail _My_User_Mail_ \
4043--organization-ids _My_Organization_ID_1_,_My_Organization_ID_2_ \
44+ --location-ids _My_Location_ID_1_,_My_Location_ID_2_ \
4145--password _My_User_Password_
4246----
4347+
44- The `--auth-source-id 1` setting means that the user is authenticated internally, you can specify an external authentication source as an alternative.
48+ The `--auth-source-id 1` setting means that the user is authenticated internally.
49+ You can specify an external authentication source as an alternative.
4550Add the `--admin` option to grant administrator privileges to the user.
46- Specifying organization IDs is not required.
51+ Specifying organization IDs and location IDs is not required.
52+ Users are strictly confined to their assigned organizations and locations.
53+ Users can only access and assign resources within the organizations and locations they belong to.
4754+
4855You can modify the user details later by using the `hammer user update` command.
4956
0 commit comments