Skip to content

Commit

Permalink
Merge pull request #4922 from DonOmalVindula/add-account-lock-reason-…
Browse files Browse the repository at this point in the history
…docs

Add docs for account lock reason
  • Loading branch information
himeshsiriwardana authored Dec 12, 2024
2 parents 1d16551 + c4009f0 commit a5378a4
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 7 additions & 4 deletions en/asgardeo/docs/guides/users/manage-users.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
10 changes: 6 additions & 4 deletions en/identity-server/next/docs/guides/users/manage-users.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a5378a4

Please sign in to comment.