default to a session cookie instead of setting an explicit timeout, weird timezone...
[freeside.git] / fs_selfservice / FS-SelfService / cgi / do_forgot_password.html
1 <HTML>
2   <HEAD>
3     <TITLE>Forgot password</TITLE>
4     <%= $head %>
5   </HEAD>
6   <BODY BGCOLOR="<%= $body_bgcolor || '#eeeeee' %>">
7   <%= $body_header %>
8
9 <FONT SIZE=5>Forgot password</FONT><BR><BR>
10 <FONT SIZE="+1" COLOR="#ff0000"><%= $error %></FONT>
11
12 <%= if (!$error) {
13   $OUT .= 'A verification email has been sent to your mailbox.  Please follow
14            the link in your email to complete your password reset.';
15   }
16 %>
17
18 <%= $body_footer %>