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:
@@ -540,7 +540,7 @@ public class ResetPasswordServiceImpl implements ResetPasswordService
|
|||||||
|
|
||||||
if(!StringUtils.isEmpty(clientApp.getProperty("workspaceUrl")))
|
if(!StringUtils.isEmpty(clientApp.getProperty("workspaceUrl")))
|
||||||
{
|
{
|
||||||
String workspaceUrlPlaceholder = clientApp.getProperty("workspaceUrlPlaceholder");
|
String workspaceUrlPlaceholder = clientApp.getProperty("workspaceUrl");
|
||||||
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());
|
||||||
|
Reference in New Issue
Block a user