default to a session cookie instead of setting an explicit timeout, weird timezone...
[freeside.git] / fs_selfservice / FS-SelfService / cgi / do_process_forgot_password.html
1 <HTML>
2   <HEAD>
3     <TITLE>Reset password</TITLE>
4     <%= $head %>
5   </HEAD>
6   <BODY BGCOLOR="<%= $body_bgcolor || '#eeeeee' %>">
7   <%= $body_header %>
8
9 <FONT SIZE=5>Reset password</FONT><BR><BR>
10 <FONT SIZE="+1" COLOR="#ff0000"><%= $error %></FONT>
11
12 <%= if (!$error) {
13   $selfurl =~ s/\?.*//;
14   $OUT .= "Your password has been changed.  You can now <A HREF=\"$selfurl?agentnum=$agentnum\">log in</A>.";
15   }
16 %>
17
18 <%= $body_footer %>