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
+64Lines changed: 64 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,80 @@ Allow administrator to invite users to set their own passwords during the onboar
6
6
7
7
For inviting users to set their password, follow these instructions:
8
8
9
+
{% if (is_version is defined and is_version > "7.1.0") or product_name == "Asgardeo" %}
10
+
1. On the {{product_name}} Console, go to **Login & Registration** > **User Onboarding** > **Invite User to Set Password**.
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 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
17
+
5. If you want to send an account activation confirmation notification, enable the **Send account activation notification**.
18
+
6. Select the **Lock account until password is set** to lock the user account during user creation.
19
+
7. Configure the OTP code options from **OTP Code Configuration**: enable uppercase, lowercase, and numeric characters, then set the desired OTP code length.
20
+
21
+
!!! note
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.
23
+
24
+
8. Click **Update** to save the changes.
25
+
{% else %}
9
26
1. On the {{product_name}} Console, go to **Login & Registration** > **User Onboarding** > **Invite User to Set Password**.
10
27
2. Check the **Enable email invitations for user password setup** to send an email to the user to set the password after user creation.
11
28
3. Select the **Enable account lock on creation** to lock the user account during user creation.
12
29
4. If you want to send an account activation confirmation email, enable the **Send account activation email**.
13
30
5. Set the **Password setup invitation code expiration time** in minutes to define how long the password setup invitation e-mail would be valid. For infinite validity period, set -1. Setting 0 will cause immediate expiry of the invitation.
14
31
6. Click **Update** to save the changes.
32
+
{% endif %}
15
33
16
34
{: width="700" style="display: block; margin: 0;"}
17
35
18
36
## Parameters
19
37
38
+
{% if (is_version is defined and is_version > "7.1.0") or product_name == "Asgardeo" %}
39
+
<table>
40
+
<tr>
41
+
<th>Parameter</th>
42
+
<th>Description</th>
43
+
</tr>
44
+
<tr>
45
+
<td><code>Choose invitation method</code></td>
46
+
<td>Select the method for sending password setup invitations:<br>
0 commit comments