create Reset Password Test Case

This commit is contained in:
rrajoria
2023-03-22 11:45:00 +05:30
parent 401614db8a
commit dbc6407f66

View File

@@ -544,8 +544,8 @@ public class ResetPasswordServiceImpl implements ResetPasswordService
String workSpaceUrl = getRepoBaseUrl(workspaceUrlPlaceholder,""); String workSpaceUrl = getRepoBaseUrl(workspaceUrlPlaceholder,"");
sb.append(UrlUtil.replaceWorkSpaceUrlPlaceholder(pageUrl,workSpaceUrl)); sb.append(UrlUtil.replaceWorkSpaceUrlPlaceholder(pageUrl,workSpaceUrl));
LOGGER.warn("Client Name is " + clientApp.getName() + " The url used is " + sb.toString()); LOGGER.warn("Client Name is " + clientApp.getName() + " The url used is " + sb.toString());
sb.append("?key=").append(key) /*sb.append("?key=").append(key)
.append("&id=").append(BPMEngineRegistry.createGlobalId(ActivitiConstants.ENGINE_ID, id)); .append("&id=").append(BPMEngineRegistry.createGlobalId(ActivitiConstants.ENGINE_ID, id));*/
} }
else if(StringUtils.isEmpty(pageUrl)) { else if(StringUtils.isEmpty(pageUrl)) {
sb.append(UrlUtil.getShareUrl(sysAdminParams)); sb.append(UrlUtil.getShareUrl(sysAdminParams));