f0e0d793f09effcd11a01bf8ba7f9858ee598059
[cocanwiki.git] / templates / forgot_password_form.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3 <head>
4 <title>Forgotten your password?</title>
5 <meta name="description" content="Log in to this site for extra features." />
6 <meta name="author" content="http://www.merjis.com/" />
7 <link rel="stylesheet" href="::theme_css_html_tag::" type="text/css" title="Standard"/>
8 <link rel="alternate stylesheet" href="/_css/easytoread.css" type="text/css" title="High contrast, big fonts"/>
9 <link rel="stylesheet" href="/_css/login.css" type="text/css" title="Standard"/>
10 </head><body>
11
12 <h1><span>Forgotten your password?</span></h1>
13
14 <p>
15 Type in your username or your email address.  If we have a matching
16 username or email address on record, we will email you your password.
17 </p>
18
19 <form method="post" action="/_bin/forgot_password.cmo">
20 <table class="create">
21
22 <tr>
23 <th> Username or email address: </th>
24 <td> <input name="name" value="" size="32" /> </td>
25 </tr>
26
27 <tr>
28 <th></th>
29 <td> <input type="submit" value="Send me my password" /> </td>
30 </tr>
31
32 </table>
33 </form>
34
35 ::include(footer.html)::
36 </body>
37 </html>