Skip to content

Commit 4164315

Browse files
committed
Reset Password dialogue nows performs POST direct to repo webscript, as Share proxy servlet seems to force authentication.
git-svn-id: https://share-extras.googlecode.com/svn/trunk/Reset Password Dialog@512 a3f5c567-fd0f-3a89-9b71-a290c5a5f590
1 parent f2d6954 commit 4164315

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.constants.PROXY_URI + "extras/modules/reset-user-password";
100+
var actionUrl = "/alfresco/s/extras/modules/reset-user-password";
101101
YAHOO.util.Event.stopEvent(e);
102102
if (!resetPasswordDialog)
103103
{

0 commit comments

Comments
 (0)