Skip to content

Commit 08ad14f

Browse files
Address comments
1 parent eec2037 commit 08ad14f

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

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

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,17 @@ For inviting users to set their password, follow these instructions:
99
{% if (is_version is defined and is_version > "7.1.0") or product_name == "Asgardeo" %}
1010
1. On the {{product_name}} Console, go to **Login & Registration** > **User Onboarding** > **Invite User to Set Password**.
1111
2. Enable the **Invite User to Set Password** feature to invite user to set the password after user creation.
12-
3. From **Choose invitation method** select either Email Link to send an invitation link. Alternatively, choose OTP (delivered via Email or SMS) to start the invitation flow.
13-
4. Set the **Invitation link/OTP expiry time** in minutes. This defines how long the password setup invitation email or OTP remains valid. For infinite validity, set -1. Setting 0 causes immediate expiry.
12+
3. From **Choose invitation method**, select Email Link to send an invitation link. Alternatively, select OTP (delivered via Email or SMS) to start the invitation flow.
13+
4. Set the **Invitation link/OTP expiry time** in minutes.
14+
This defines how long the password setup invitation email or OTP remains valid.
15+
- For infinite validity, set -1
16+
- Setting 0 causes immediate expiry
1417
5. If you want to send an account activation confirmation notification, enable the **Send account activation notification**.
1518
6. Select the **Lock account until password is set** to lock the user account during user creation.
1619
7. Configure the OTP code options from **OTP Code Configuration**: enable uppercase, lowercase, and numeric characters, then set the desired OTP code length.
1720

1821
!!! note
19-
When using OTP invitation method, users can use the received OTP as a temporary password to log in. After login, they will be redirected to the password setup page to create their permanent password.
22+
When using OTP invitation method, users can use the received OTP as a temporary password to log in. The system redirects users to the password setup page after login to create their permanent password.
2023

2124
8. Click **Update** to save the changes.
2225
{% else %}
@@ -47,15 +50,17 @@ For inviting users to set their password, follow these instructions:
4750
</tr>
4851
<tr>
4952
<td><code>Invitation link/OTP expiry time</code></td>
50-
<td>Defines the validity period in minutes for the password setup invitation link or OTP. Set -1 for infinite validity. Set 0 for immediate expiry.</td>
53+
<td>Defines the validity period in minutes for the password setup invitation link or OTP.
54+
• Set -1 for infinite validity
55+
• Set 0 for immediate expiry'</td>
5156
</tr>
5257
<tr>
5358
<td><code>Send account activation notification</code></td>
5459
<td>When enabled, users receive a confirmation notification after activating their account.</td>
5560
</tr>
5661
<tr>
5762
<td><code>Lock account until password is set</code></td>
58-
<td>When enabled, the system locks the user account upon creation until the user sets their password.</td>
63+
<td>When enabled, the system locks the user account upon creation until the user creates their password.</td>
5964
</tr>
6065
<tr>
6166
<td><code>Include uppercase letters in OTP</code></td>

0 commit comments

Comments
 (0)