Skip to content

Commit

Permalink
Merge pull request #4796 from KD23243/usernameRecovery71
Browse files Browse the repository at this point in the history
Update username recovery documentation for non-unique users
  • Loading branch information
ashensw authored Oct 2, 2024
2 parents 931a381 + 5da8a3c commit 2f89d66
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,14 @@ To enable username recovery, take the following steps:

![Username Recovery Configuration]({{base_path}}/assets/img/guides/account-configurations/username-recovery.png){: width="900" style="display: block; margin: 0;"}

!!! note
Once users enter their details on the username recovery page, such as their first name, email, or mobile number, if the system can verify a unique user based on the provided information, an email will be sent to their registered email address. If the system is unable to identify a unique user, no recovery information will be sent by default.

If you want to enable username recovery for non-unique users, you can configure it by adding the following configuration to the `deployment.toml` file located in the `<IS_HOME>/repository/conf` directory.

``` toml
[identity_mgt.username_recovery.non_unique_user]
enabled = true
```

When this configuration is enabled, the system will send **multiple recovery notifications** with all usernames associated with the identified users.

0 comments on commit 2f89d66

Please sign in to comment.