Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #441 from ggalmazor/issue_440_fix_change_password_…
Browse files Browse the repository at this point in the history
…url_generation

Issue 440 Fix change password url generation
  • Loading branch information
yanokwa authored Mar 12, 2019
2 parents 5de53a8 + 287d3ac commit e205691
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public RealmSecurityInfo getRealmInfo(String xsrfString) throws AccessDeniedExce
throw new DatastoreFailureException("Unable to access datastore");
}
// User interface layer uses this URL to submit password changes securely
r.setChangeUserPasswordURL("/" + UserManagePasswordsServlet.ADDR);
r.setChangeUserPasswordURL(cc.getWebApplicationURL(UserManagePasswordsServlet.ADDR));
return r;
}
}

0 comments on commit e205691

Please sign in to comment.