mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-09-17 14:21:39 +00:00
create Reset Password Test Case
This commit is contained in:
@@ -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));
|
||||||
|
Reference in New Issue
Block a user