summaryrefslogtreecommitdiff
path: root/fs_selfservice/FS-SelfService/cgi/do_forgot_password.html
blob: adf8ccac8cdc029737fe65886ac70d8705afdbe4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<HTML>
  <HEAD>
    <TITLE>Forgot password</TITLE>
    <%= $head %>
  </HEAD>
  <BODY BGCOLOR="<%= $body_bgcolor || '#eeeeee' %>">
  <%= $body_header %>

<FONT SIZE=5>Forgot password</FONT><BR><BR>
<FONT SIZE="+1" COLOR="#ff0000"><%= $error %></FONT>

<%= if (!$error) {
  $OUT .= 'A verification email has been sent to your mailbox.  Please follow
           the link in your email to complete your password reset.';
  }
%>

<%= $body_footer %>