diff --git a/en/asgardeo/docs/assets/img/guides/users/lock-user-profile.png b/en/asgardeo/docs/assets/img/guides/users/lock-user-profile.png new file mode 100644 index 0000000000..c8b9ac49d4 Binary files /dev/null and b/en/asgardeo/docs/assets/img/guides/users/lock-user-profile.png differ diff --git a/en/asgardeo/docs/guides/users/manage-users.md b/en/asgardeo/docs/guides/users/manage-users.md index 0df45deddd..b3d32d2e8f 100644 --- a/en/asgardeo/docs/guides/users/manage-users.md +++ b/en/asgardeo/docs/guides/users/manage-users.md @@ -199,16 +199,19 @@ When you lock a user's account, the user will no longer be able to access any ap To lock a user account: -1. On the {{ product_name }} Console, go to **User Management** > **Users** and select the user. -2. Enable the **Lock user** toggle at the bottom of the user's profile. +1. On the {{product_name}} Console, go to **User Management** > **Users** and select the user. +2. In the **Danger Zone**, turn the **Lock user** toggle on to lock the user's profile. Turn it off to unlock it. ![Lock user]({{base_path}}/assets/img/guides/users/lock-user.png){: width="600" style="display: block; margin: 0; border: 0.3px solid lightgrey;"} -3. Enable the checkbox to confirm your action. +3. Select the checkbox to confirm your action. 4. Click **Confirm**. !!! note - You can unlock the user account again using the **Lock user** toggle explained above. + When a user account is locked, the reason for the account lock will be displayed in the user's profile. + +![Account lock reason]({{base_path}}/assets/img/guides/users/lock-user-profile.png){: width="600" style="display: block; margin: 0; border: 0.3px solid lightgrey;"} + ## Delete a user A user account can be deleted by administrators. Once an account is deleted, the action is irreversible. diff --git a/en/identity-server/next/docs/assets/img/guides/users/lock-user-profile.png b/en/identity-server/next/docs/assets/img/guides/users/lock-user-profile.png new file mode 100644 index 0000000000..c8b9ac49d4 Binary files /dev/null and b/en/identity-server/next/docs/assets/img/guides/users/lock-user-profile.png differ diff --git a/en/identity-server/next/docs/guides/account-configurations/login-security/login-attempts.md b/en/identity-server/next/docs/guides/account-configurations/login-security/login-attempts.md index 5760277a4d..a63129fc09 100644 --- a/en/identity-server/next/docs/guides/account-configurations/login-security/login-attempts.md +++ b/en/identity-server/next/docs/guides/account-configurations/login-security/login-attempts.md @@ -59,3 +59,6 @@ To manage login attempts settings, do the following: showAuthFailureReason = true showAuthFailureReasonOnLoginPage = true ``` + +!!! note + When a user account is locked due to incorrect login attempts, a message will be shown as **The account is locked due to multiple failed login attempts** in the user profile. diff --git a/en/identity-server/next/docs/guides/users/manage-users.md b/en/identity-server/next/docs/guides/users/manage-users.md index 1c4d67e0de..6faff75746 100644 --- a/en/identity-server/next/docs/guides/users/manage-users.md +++ b/en/identity-server/next/docs/guides/users/manage-users.md @@ -191,16 +191,18 @@ When you lock a user's account, the user will no longer be able to access any ap To lock a user account: -1. On the WSO2 Identity Server Console, go to **User Management** > **Users** and select the user. -2. Enable the **Lock user** toggle at the bottom of the user's profile. +1. On the {{product_name}} Console, go to **User Management** > **Users** and select the user. +2. In the **Danger Zone**, turn the **Lock user** toggle on to lock the user's profile. Turn it off to unlock it. ![Lock user]({{base_path}}/assets/img/guides/users/lock-user.png){: width="600" style="display: block; margin: 0; border: 0.3px solid lightgrey;"} 3. Select the checkbox to confirm your action. 4. Click **Confirm**. - !!! note - You can unlock a user account by switching the **Lock user** toggle off. +!!! note + When a user account is locked, the reason for the account lock will be displayed in the user's profile. + +![Account lock reason]({{base_path}}/assets/img/guides/users/lock-user-profile.png){: width="600" style="display: block; margin: 0; border: 0.3px solid lightgrey;"} ## Delete a user A user account can be deleted by administrators. Once an account is deleted, the action is irreversible.