Bumped version for release.
[cocanwiki.git] / templates / set_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>Set password for this user</title>
5 <meta name="author" content="http://www.merjis.com/" />
6 <link rel="stylesheet" href="::theme_css_html_tag::" type="text/css" title="Standard"/>
7 <link rel="alternate stylesheet" href="/_css/easytoread.css" type="text/css" title="High contrast, big fonts"/>
8 </head><body>
9
10 <h1><span>Set password for this user</span></h1>
11
12 <form method="post" action="/_bin/set_password.cmo">
13 <input type="hidden" name="userid" value="::userid::"/>
14 <table class="left_table">
15 <tr>
16 <th> Username: </th>
17
18 <td> ::username_html:: </td>
19 </tr>
20
21 <tr>
22 <th> Password: </th>
23 <td> <input type="password" name="password1" value="" size="32"/> </td>
24 </tr>
25
26 <tr>
27 <th> Password&nbsp;again: </th>
28 <td> <input type="password" name="password2" value="" size="32"/> </td>
29 </tr>
30
31 <tr>
32 <td></td>
33 <td> <input type="submit" value="  Set password  " /> </td>
34 </tr>
35
36 </table>
37 </form>
38
39 ::include(footer.html)::
40 </body>
41 </html>