<%-- File : login_email.html Description : This file displays a "Lost Password" lookup form. Tags : The only special tag available is: error => An error message, usually indicating that the email address did not match an existing user. --%> <%site_title%>: Forgotten Password <%css%> <%body_tag%>
<%include include_header.html%> <%body_table%> <%include include_menu.html%>
<%include include_search_bar.html%> <%header_row%>
<%header_font%>FORGOT YOUR PASSWORD?<%/header_font%>
 
<%if url%> <%endif%> <%body_font%>

Simply enter your email address that you used and we will send you your password:

<%if error%>

<%error_font%><%error%>

<%endif%>

Email Address:

If you don't have an account, please register.

 
<%include include_menu.html%> <%include include_footer.html%>