Skip to content

Commit

Permalink
Merge pull request #5946 from KD23243/userNameRecovery2ndApproach
Browse files Browse the repository at this point in the history
Add config for usernames recovery when claims are not unique
  • Loading branch information
ashensw authored Oct 2, 2024
2 parents 05ff2ee + 57f8b14 commit 7c1d5df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,7 @@
</smsOtp>
</Password>
<Username>
<NonUniqueUsername>false</NonUniqueUsername>
<Enable>false</Enable>
</Username>
<InternallyManage>true</InternallyManage>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1640,6 +1640,7 @@
</Email>
</Password>
<Username>
<NonUniqueUsername>{{identity_mgt.username_recovery.non_unique_user.enabled}}</NonUniqueUsername>
<Enable>{{identity_mgt.username_recovery.email.enable_username_recovery}}</Enable>
</Username>
<InternallyManage>{{identity_mgt.recovery.notification.manage_internally}}</InternallyManage>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@
"identity_mgt.login_identifiers.enable": false,
"identity_mgt.login_identifiers.primary_claim": "http://wso2.org/claims/username",

"identity_mgt.username_recovery.non_unique_user.enabled" : false,
"identity_mgt.username_recovery.email.enable_username_recovery": false,
"identity_mgt.username_recovery.email.enable_recaptcha": false,

Expand Down

0 comments on commit 7c1d5df

Please sign in to comment.