Skip to content

Commit

Permalink
Merge pull request #21447 from Yoshani/handle-username
Browse files Browse the repository at this point in the history
Add HandleExistingUsername property to self-registration
  • Loading branch information
Yoshani authored Oct 23, 2024
2 parents f4f4ba4 + 43e8dde commit c2d0aa2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 may lead to username enumeration"
},
{
"name": "SelfRegistration.Notification.InternallyManage",
"value": "true",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
"name": "SelfRegistration.SendConfirmationOnCreation",
"value": "false"
},
{
"name": "SelfRegistration.ShowUsernameUnavailability",
"value": "true"
},
{
"name": "SelfRegistration.Notification.InternallyManage",
"value": "true"
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2365,7 +2365,7 @@
<properties>

<!--Carbon Identity Framework Version-->
<carbon.identity.framework.version>7.5.77</carbon.identity.framework.version>
<carbon.identity.framework.version>7.5.78</carbon.identity.framework.version>
<carbon.identity.framework.version.range>[5.14.67, 8.0.0)</carbon.identity.framework.version.range>

<!--SAML Common Utils Version-->
Expand All @@ -2376,7 +2376,7 @@
<carbon.consent.mgt.version>2.6.3</carbon.consent.mgt.version>

<!--Identity Governance Version-->
<identity.governance.version>1.11.8</identity.governance.version>
<identity.governance.version>1.11.9</identity.governance.version>

<!--Identity Carbon Versions-->
<identity.carbon.auth.saml2.version>5.9.5</identity.carbon.auth.saml2.version>
Expand Down

0 comments on commit c2d0aa2

Please sign in to comment.