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 0f736a0e2c..4a4b3a2db7 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 @@ -81,6 +81,12 @@ "displayName": "User self registration SMS OTP expiry time", "description": "Specify the expiry time in minutes for the SMS OTP." }, + { + "name": "SelfRegistration.SMSOTP.Regex", + "value": "[a-zA-Z0-9]{6}", + "displayName": "User self registration SMS OTP regex", + "description": "Regex for SMS OTP in format [allowed characters]{length}. Supported character ranges are a-z, A-Z, 0-9. Minimum OTP length is 4" + }, { "name": "SelfRegistration.CallbackRegex", "value": "[https://localhost:9443].*[/authenticationendpoint/login.do]", 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 1148efbde1..389a1eecca 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 @@ -50,6 +50,10 @@ "name": "SelfRegistration.VerificationCode.SMSOTP.ExpiryTime", "value": "1" }, + { + "name": "SelfRegistration.SMSOTP.Regex", + "value": "[a-zA-Z0-9]{6}" + }, { "name": "SelfRegistration.CallbackRegex", "value": "https:\\/\\/localhost:9853\\/.*" diff --git a/pom.xml b/pom.xml index 5139407899..1b360be56b 100755 --- a/pom.xml +++ b/pom.xml @@ -2283,7 +2283,7 @@ - 5.25.596 + 5.25.597 [5.14.67, 6.0.0] @@ -2294,7 +2294,7 @@ 2.5.2 - 1.8.96 + 1.8.97 5.8.5