We recently upgraded from 6.x to 9.12. The previous version would send a reminder, now it sends the reset link.
The site name in the link is correct, the page associated with the link is not. I believe its an old extension from a 3rd party that was removed during the upgrade.
The link looks like this: https://www.ourtestsite.com/RegisteronourSite.aspx?ctl=PasswordReset&resetToken=stuff
I've hardcoded the link by making the static url to https://www.ourtestsite.com/Login.aspx?
I'd like to know where the value for PASSWORDREMINDERURL is located and see about updating it.
THanks