-
Type:
Bug
-
Status: Closed
-
Resolution: No Longer Reproducible
-
Affects Version/s: 6.1.1 CE GA2, 6.1.20 EE GA2
-
Fix Version/s: 6.1.30 EE GA3, 6.2.0 CE M4
-
Component/s: Portal Configuration
-
Labels:None
-
Environment:Tomcat 7 on Linux
When you generate the "Password Reset Notification" email from the system, the URL that's being created from PASSWORD_RESET_URL is malformed. I had this experience in both a trial version of Liferay EE and in the CE version. What you receive is:
<a rel="nofollow" target="_blank" href="http://http://xxxxxxx:8080/c/portal/update_password?p_l_id=10183&ticketKey=12343">http://xxxxxxx:8080/c/portal/update_password?p_l_id=10183&ticketKey=12343</a>
When this gets to the end user, clicking the link results in an error. Notice that the content in the display for the A tag is correct, it's only a problem in the href itself.