Remove trailing space characters from job description
[infodrom.org/service.infodrom.org] / src / passwd.wml
1 #include <maincolors.style>
2 #include <service.style>
3
4 <page title="Change your passwd" func="Main Menu">
5
6 <? if ($REMOTE_USER) { ?>
7
8 <blockquote>
9
10 <p><strong>User</strong>: <? echo $REMOTE_USER ?>
11
12 <form method=post action=changepasswd.php3>
13
14 <input type=hidden name=REMOTE_USER value=joey>
15 <br><strong>New passwd</strong>: <input type=passwd name=password size=20 maxlength=20>
16 <br><strong>Please retype</strong>: <input type=password name=control size=20 maxlength=20>
17
18 <p><input type=submit value="Change">
19
20 </form>
21 </blockquote>
22
23 <? } else { ?>
24
25 <p>Sorry, but I cannot change the passwd for an invisible user.
26
27 <p>Talk to Joey to find out what went wrong.
28
29 <? } ?>
30  
31 </page>
32
33 # Local variables:
34 # mode: html
35 # mode: auto-fill
36 # mode: iso-accents
37 # end: