We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d6954 commit 4164315Copy full SHA for 4164315
config/alfresco/web-extension/templates/org/alfresco/global/slingshot-login.ftl
@@ -97,7 +97,7 @@
97
98
// Forgot password link handler
99
YAHOO.util.Event.addListener("link-forgotPass", "click", function(e) {
100
- var actionUrl = Alfresco.constants.PROXY_URI + "extras/modules/reset-user-password";
+ var actionUrl = "/alfresco/s/extras/modules/reset-user-password";
101
YAHOO.util.Event.stopEvent(e);
102
if (!resetPasswordDialog)
103
{
0 commit comments