Hey there,
Our Self-Service portal is behind a reverse proxy so we can redirect something.doamin.com/password to the "Forgot password" form on self-service. With the 2018.1 update we lost the ability to manually edit the web.config file and change from loginUrl="~/SignIn.aspx" to loginUrl="~/SelfPasswordReset.aspx" for the self-service site on our server. Is there a way that anyone knows of to modify the web.config file or the default landing page on the self-service site to be straight to the forgot password form?
Ideally when going to domain.com/password they are rewritten via reverse proxy to domain.com/Adaxes/ which defaults to the self-service password site by default (using the common login settings, which is already set) and that should land on #/SelfPasswordReset vs #/SignIn
Thanks,
Chris