<html><body>Hi All,<div><br></div><div>few days ago i asked for help with non working password reset after upgrade Midpoint 3.7 to 3.7.2.</div><div><br></div><div>Actualy problem was caused by:</div><div><br></div><div><ul style="margin:10px 0px 0px;color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:14px"><li>URLs used by <a href="https://wiki.evolveum.com/display/midPoint/Stand-Alone+Deployment" style="color:rgb(50,108,166);text-decoration-line:none">Stand-Alone Deployment</a> were changed to match the URLs used by Tomcat-based deployments of midPoint 3.6 and earlier. This means that all deployment forms now use <code>/midpoint/</code> context root path in the URL by default (e.g. <code>http://localhost:8080/midpoint/</code>). This choice was made based on user feedback to keep the compatibility with previous midPoint versions and to keep the two deployment models as closely aligned as possible. For the stand-alone deployment there is an automatic HTTP redirect from the root URL (e.g. <code>http://localhost:8080/</code>) to midPoint context root (e.g. <code>http://localhost:8080/midpoint/</code>). Therefore in midPoint 3.7.1 both deployment method should behave in a natural, expected and compatible way.</li></ul><div><font color="#333333" face="Arial, sans-serif"><span style="font-size:14px"><br></span></font></div></div><div>After reading tet above, i think that it will be automaticaly redirected to correct URL. But it didnt worked for password reset formular.</div><div><br></div><div>Update system config to new URL solved my problem.</div><div><br></div><div><div>      <infrastructure></div><div>         <defaultHostname>http://192.168.4.104:8080/midpoint</defaultHostname></div><div>      </infrastructure></div></div><div><br></div><div>Jan</div></body></html>