justin-liquidprint
-
1/14/2014 2:48:11 PM
Reset Password URL Setting in Forgot Password Email
On the login screen, you can click the 'Forgot Password' button, enter a username and submit. An email goes out to the user with directions for resetting their password.
Inside of this email there are links generated pointing directly to the page for resetting the password. However, the domain name in the URL is wrong.
On my development environment, the URL is set to dev.test.com/Special-Pages/Forgot-Password.aspx?hash=....
On the production version of the site, the same domain name is being set, but should be www.test.com/....
This functionality is not controlled through a web part. It comes with the default LogonForm code. I've traced through the code and checked high and low through CMSDesk and Site Manager and I can not figure out where this variable is being set.
Any help is much appreciated
|