From a4e983c2b109aeee803a4b20375432e194a804ce Mon Sep 17 00:00:00 2001 From: RakhithaRR Date: Mon, 21 Oct 2024 21:26:09 +0530 Subject: [PATCH] Fix issues in self registration --- .../main/extensions/self-registration-with-verification.jsp | 2 +- pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/distribution/product/src/main/extensions/self-registration-with-verification.jsp b/modules/distribution/product/src/main/extensions/self-registration-with-verification.jsp index 80451c4e41..8648638e72 100644 --- a/modules/distribution/product/src/main/extensions/self-registration-with-verification.jsp +++ b/modules/distribution/product/src/main/extensions/self-registration-with-verification.jsp @@ -110,7 +110,7 @@ tenantQualifiedUsername = username + IdentityManagementEndpointConstants.TENANT_DOMAIN_SEPARATOR + tenantDomain; } } - User user = IdentityManagementServiceUtil.getInstance().resolveUser(tenantQualifiedUsername, tenantDomain, isSaaSApp); + user = IdentityManagementServiceUtil.getInstance().resolveUser(tenantQualifiedUsername, tenantDomain, isSaaSApp); if (StringUtils.isEmpty(username)) { request.setAttribute("error", true); diff --git a/pom.xml b/pom.xml index 0a7ae934c4..d429bcb3d3 100644 --- a/pom.xml +++ b/pom.xml @@ -1284,11 +1284,11 @@ 5.3.15 - 9.1.152 + 9.1.153 - 9.30.59 + 9.30.61 [9.0.0, 10.0.0) @@ -1314,7 +1314,7 @@ 5.25.713 - 1.8.107 + 1.8.108 1.8.14 1.7.33 6.13.19