diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/org/wso2/identity/integration/test/rest/api/server/identity/governance/v1/get-category-VXNlciBPbmJvYXJkaW5n-response.json b/modules/integration/tests-integration/tests-backend/src/test/resources/org/wso2/identity/integration/test/rest/api/server/identity/governance/v1/get-category-VXNlciBPbmJvYXJkaW5n-response.json index 4a4b3a2db71..e3b477df424 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/org/wso2/identity/integration/test/rest/api/server/identity/governance/v1/get-category-VXNlciBPbmJvYXJkaW5n-response.json +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/org/wso2/identity/integration/test/rest/api/server/identity/governance/v1/get-category-VXNlciBPbmJvYXJkaW5n-response.json @@ -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", diff --git a/modules/integration/tests-integration/tests-backend/src/test/resources/org/wso2/identity/integration/test/rest/api/server/identity/governance/v1/get-properties-without-property-name-response.json b/modules/integration/tests-integration/tests-backend/src/test/resources/org/wso2/identity/integration/test/rest/api/server/identity/governance/v1/get-properties-without-property-name-response.json index 389a1eecca7..5ea8596269e 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/resources/org/wso2/identity/integration/test/rest/api/server/identity/governance/v1/get-properties-without-property-name-response.json +++ b/modules/integration/tests-integration/tests-backend/src/test/resources/org/wso2/identity/integration/test/rest/api/server/identity/governance/v1/get-properties-without-property-name-response.json @@ -34,6 +34,10 @@ "name": "SelfRegistration.SendConfirmationOnCreation", "value": "false" }, + { + "name": "SelfRegistration.ShowUsernameUnavailability", + "value": "true" + }, { "name": "SelfRegistration.Notification.InternallyManage", "value": "true" diff --git a/pom.xml b/pom.xml index 3ed17cf5712..a715e8703fd 100755 --- a/pom.xml +++ b/pom.xml @@ -2365,7 +2365,7 @@ - 7.5.77 + 7.5.78 [5.14.67, 8.0.0) @@ -2376,7 +2376,7 @@ 2.6.3 - 1.11.8 + 1.11.9 5.9.5