root/trunk/wifidog-auth/wifidog/templates/lost_password.html @ 567

Revision 567, 0.9 KB (checked in by fproulx, 8 years ago)

2005-04-25 Fran�ois Proulx <francois.proulx@…

  • Completed integration of new interface with new objects
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1    <div id="form">
2        <h3>{"Lost password"|_}</h3>
3
4        <form name="form" method="post">
5        <table>
6        {if $SelectNetworkUI}
7        {$SelectNetworkUI}
8        {/if}
9        <tr>
10            <td>{"Your username"|_}:</td>
11            <td><input type="text" name="username" value="{$username}" size="20"></td>
12        </tr>
13        <tr>
14            <td>{"Your email address"|_}:</td>
15            <td><input type="text" name="email" value="{$email}" size="20"></td>
16        </tr>
17        <tr>
18            <td></td>
19            <td><input class="submit" type="submit" name="submit" value="{"Reset my password"|_}"></td>
20        </tr>
21        </table>
22        </form>
23
24    </div>
25   
26    <div id="help">
27        {if $error}
28        {$error}
29        {else}
30        {"Please enter your username or email address to reset your password"|_}.
31        {/if}
32    </div>
Note: See TracBrowser for help on using the browser.