Skip to content

Commit 8457602

Browse files
committed
Reset Password dialog now uses alfresco-noauth endpoint, works when Share and repo deployed on separate tiers
git-svn-id: https://share-extras.googlecode.com/svn/trunk/Reset Password Dialog@1229 a3f5c567-fd0f-3a89-9b71-a290c5a5f590
1 parent 431bd19 commit 8457602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/alfresco/web-extension/templates/org/alfresco/global/slingshot-login.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
9898
// Forgot password link handler
9999
YAHOO.util.Event.addListener("link-forgotPass", "click", function(e) {
100-
var actionUrl = "/alfresco/s/extras/modules/reset-user-password";
100+
var actionUrl = Alfresco.constants.PROXY_URI_RELATIVE.replace("/alfresco/", "/alfresco-noauth/") + "extras/modules/reset-user-password";
101101
YAHOO.util.Event.stopEvent(e);
102102
if (!resetPasswordDialog)
103103
{

0 commit comments

Comments
 (0)