<%-- File : user_lostpw_success.html Description : Displays the lost password success screen. --%> <%if comm_tmp_pass_display%> <%~set message = "You can login with the following temporary password: $comm_tmp_pass_display"%> <%else%> <%~set message = 'Your password has been successfully emailed to your specified email account.'%> <%endif%> <%~set set_focus = 'myform.username'%> <%site_title%>: Forgotten Password <%include user_include_common_head.html%> onload="document.<%set_focus%>.focus()"<%endif%>>
<%include user_include_header.html%> <%include user_include_contentheader.html%>
<%include user_include_leftsidebar.html%>
<%include user_include_contentwrapper_top.html%>
<%include user_include_content_top.html%> <%if comm_tmp_pass_display%>

Note: this password is only valid for one login, after logging in, please update your password by clicking on Profile.

<%endif%> <%include user_include_login.html%> <%include user_include_content_bottom.html%>
<%include user_include_contentwrapper_bottom.html%>
<%include user_include_rightsidebar.html%>
<%include user_include_contentfooter.html%> <%include user_include_footer.html%>