Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add HandleExistingUsername property to self-reg
Browse files Browse the repository at this point in the history
Yoshani committed Oct 22, 2024
1 parent eaa4e13 commit 5b0cc29
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -57,6 +57,12 @@
"displayName": "Enable Account Confirmation On Creation",
"description": "Enable user account confirmation when the user account is not locked on creation"
},
{
"name": "SelfRegistration.ShowUsernameUnavailability",
"value": "true",
"displayName": "Show username unavailability",
"description": "Show a descriptive error message to the user if the username is already taken. However, this leads to username enumeration"
},
{
"name": "SelfRegistration.Notification.InternallyManage",
"value": "true",
Original file line number Diff line number Diff line change
@@ -34,6 +34,10 @@
"name": "SelfRegistration.SendConfirmationOnCreation",
"value": "false"
},
{
"name": "SelfRegistration.ShowUsernameUnavailability",
"value": "true"
},
{
"name": "SelfRegistration.Notification.InternallyManage",
"value": "true"

0 comments on commit 5b0cc29

Please sign in to comment.