You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/includes/guides/account-configurations/user-onboarding/invite-user-to-set-password.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,17 @@ For inviting users to set their password, follow these instructions:
9
9
{% if (is_version is defined and is_version > "7.1.0") or product_name == "Asgardeo" %}
10
10
1. On the {{product_name}} Console, go to **Login & Registration** > **User Onboarding** > **Invite User to Set Password**.
11
11
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
14
17
5. If you want to send an account activation confirmation notification, enable the **Send account activation notification**.
15
18
6. Select the **Lock account until password is set** to lock the user account during user creation.
16
19
7. Configure the OTP code options from **OTP Code Configuration**: enable uppercase, lowercase, and numeric characters, then set the desired OTP code length.
17
20
18
21
!!! 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.
20
23
21
24
8. Click **Update** to save the changes.
22
25
{% else %}
@@ -47,15 +50,17 @@ For inviting users to set their password, follow these instructions:
<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.
0 commit comments