Separate web link for resetting password
Closed this issue · 2 comments
MuhammadBayiz commented
Hi, i would like to suggest to separate "Reset Password" and "Login" pages. Right now I'm using this guide
#240 (comment)
To redirect my users to password resetting page but "Reset Password" page not having a seperate subpath in the domain creates an extra step for the user to prese on "reset password" again when it's redirected to jfa-go.
hrfee commented
The above commit adds /my/account/password/reset
. It's loaded with javascript and relies on the /password/reset
being in the URL, so make you don't remove it if you're gonna reverse proxy it to a different path.
MuhammadBayiz commented
Fantastic works flawlessly thanks