Skip to content

Commit f63aeba

Browse files
Merge pull request #4833 from Malith-19/remove-non-unique-user-support-for-username-recovery
Remove the non unique user support docs.
2 parents bfba7af + 9e13fce commit f63aeba

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

en/identity-server/next/docs/guides/account-configurations/account-recovery/username-recovery.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,3 @@ To enable username recovery, take the following steps:
1313
3. Click **Update** to save the changes.
1414

1515
![Username Recovery Configuration]({{base_path}}/assets/img/guides/account-configurations/username-recovery.png){: width="900" style="display: block; margin: 0;"}
16-
17-
!!! note
18-
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.
19-
20-
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.
21-
22-
``` toml
23-
[identity_mgt.username_recovery.non_unique_user]
24-
enabled = true
25-
```
26-
27-
When this configuration is enabled, the system will send **multiple recovery notifications** with all usernames associated with the identified users.

0 commit comments

Comments
 (0)