Skip to content

Commit 321a76e

Browse files
committed
Fix suggestions.
1 parent 51cb3af commit 321a76e

File tree

3 files changed

+22
-17
lines changed

3 files changed

+22
-17
lines changed

en/asgardeo/docs/guides/users/manage-users.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
This guide walks you through the process of managing a user account. An owner or an administrator can manage user accounts.
44

55
## Onboard users
6+
67
There are three ways to onboard a user:
78

89
- The user can self-register via the My Account portal or the login page of an application if self-registration is enabled in the organization. Learn how to [configure self-registration]({{base_path}}/guides/user-accounts/configure-self-registration/).
@@ -450,8 +451,6 @@ To filter users by account status:
450451
}'
451452
```
452453
453-
Ensure that the username provided is without the user store domain prefix, and the realm parameter specifies the relevant user store domain name.
454-
455454
---
456455
**Response**
457456
```

en/identity-server/next/docs/guides/users/manage-users.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
This guide walks you through how you can manage user accounts as an administrator.
44

55
## Onboard users
6+
67
There are three ways to onboard a user:
78

89
- The user can self-register via the My Account portal or the login page of an application if self-registration is enabled in the organization. Learn how to [configure self-registration]({{base_path}}/guides/account-configurations/user-onboarding/self-registration/).
@@ -84,17 +85,19 @@ In addition to adding a single user, you can onboard multiple users at once, eit
8485
5. Ensure your CSV file is formatted correctly, with headers that correspond to user attributes. These attributes must be mapped to local attributes.
8586
- A sample CSV file format would include: `username, givenname, emailaddress, groups`
8687
- For example:
87-
```
88+
89+
```csv
8890
username,givenname,emailaddress,groups
8991
user1,john,[email protected],group1|group2
9092
user2,jake,[email protected],group2
9193
user3,jane,[email protected],group1
9294
```
95+
9396
6. Click **Import** to add the users to the system.
9497
7. An email with a confirmation link will be sent to the provided email addresses, allowing the users to set their own passwords.
9598
96-
9799
## Assign groups
100+
98101
Groups are useful when you wish to assign a certain permission level to multiple users. A user can be a member of multiple groups in the organization. Learn how to [manage groups]({{base_path}}/guides/users/manage-groups/).
99102
100103
To assign users to groups:
@@ -332,6 +335,7 @@ To disable a user account,
332335
![Account disable reason]({{base_path}}/assets/img/guides/users/account-disable-text.png){: width="600" style="display: block; margin: 0; border: 0.3px solid lightgrey;"}
333336
334337
## Delete a user
338+
335339
A user account can be deleted by administrators. Once an account is deleted, the action is irreversible.
336340
337341
To delete a user account:
@@ -357,14 +361,14 @@ To filter users by account status:
357361
- **Disabled**: Filters users with deactivated accounts.
358362
- **Pending password reset**: Filters users for whom the administrator has initiated a forced password reset, but the users haven't yet reset their passwords.
359363
- **Pending initial password setup**: Filters users an administrator invited to set their own password during initial account creation but who haven't done so yet.
360-
- **Pending email verification**: Filters users who haven't yet verified their primary email addresses.
361-
- **Pending mobile verification**: Filters users who haven't yet verified their primary mobile numbers.
364+
- **Pending email verification**: Filters users who haven't yet verified their primary email addresses.
365+
- **Pending mobile verification**: Filters users who haven't yet verified their primary mobile numbers.
362366
363367
![Filter users by account status]({{base_path}}/assets/img/guides/users/filter-users-by-account-status.png){: width="600" style="display: block; margin: 0; border: 0.3px solid lightgrey;"}
364368
365369
## Add users with email verification
366370
367-
1: Enable email verification
371+
1. Enable email verification
368372
369373
!!! abstract ""
370374
@@ -382,7 +386,7 @@ To filter users by account status:
382386
]
383387
}'
384388
385-
2: Configure email verification method (Optional). Enable this to send OTP via email.
389+
2. Configure email verification method (Optional). Enable this to send OTP via email.
386390
387391
!!! abstract ""
388392
@@ -400,7 +404,7 @@ To filter users by account status:
400404
]
401405
}'
402406
403-
3: Create user with email verification required
407+
3. Create user with email verification required
404408
405409
!!! abstract ""
406410
@@ -455,7 +459,7 @@ To filter users by account status:
455459
"HTTP/1.1 201 Created"
456460
```
457461
458-
4: Confirm email or validate OTP (One-Time Password)
462+
4. Confirm email or validate OTP (One-Time Password)
459463
460464
You can verify the email using the confirmation link, or enter the OTP using the following API.
461465

en/includes/guides/account-configurations/user-onboarding/invite-user-to-set-password.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,19 +80,21 @@ This defines how long the password setup invitation email or OTP remains valid.
8080
</tr>
8181
</table>
8282

83-
## **Try out Invite user to set password**
83+
## Try out Invite user to set password
8484

85-
1. On the {{product_name}} Console, go to **User Management**, then go to **Users**
85+
1. On the {{product_name}} Console, go to **User Management**.
8686

87-
2. Click **Add User** > **Single User**.
87+
2. Go to **Users**.
8888

89-
3. Fill in the user's details.
89+
3. Click **Add User** > **Single User**.
9090

91-
4. Select the **Invite the user to set their own password** option.
91+
4. Fill in the user's details.
9292

93-
5. Click **Next** and **Finish**.
93+
5. Select the **Invite the user to set their own password** option.
9494

95-
6. You will receive an **email link**, **email OTP**, or **SMS OTP** based on your configuration.
95+
6. Click **Next** and **Finish**.
96+
97+
7. You will receive an **email link**, **email OTP**, or **SMS OTP** based on your configuration.
9698

9799
- **Click the email link** to start the password setup flow.
98100
- **If you receive an OTP**, enter it to begin the password setup flow.

0 commit comments

Comments
 (0)