mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Updated the client App name
This commit is contained in:
@@ -538,7 +538,7 @@ public class ResetPasswordServiceImpl implements ResetPasswordService
|
|||||||
|
|
||||||
String pageUrl = clientApp.getProperty("resetPasswordPageUrl");
|
String pageUrl = clientApp.getProperty("resetPasswordPageUrl");
|
||||||
|
|
||||||
if(clientApp.getName().equals("workspace"))
|
if(!StringUtils.isEmpty(clientApp.getProperty("workspaceUrl")))
|
||||||
{
|
{
|
||||||
String workspaceUrl = clientApp.getProperty("workspaceUrl");
|
String workspaceUrl = clientApp.getProperty("workspaceUrl");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user