#include <maincolors.style>
#include <service.style>

<page title="Change your passwd" func="Main Menu">

<? if ($REMOTE_USER) { ?>

<blockquote>

<p><strong>User</strong>: <? echo $REMOTE_USER ?>

<form method=post action=changepasswd.php3>

<input type=hidden name=REMOTE_USER value=joey>
<br><strong>New passwd</strong>: <input type=passwd name=password size=20 maxlength=20>
<br><strong>Please retype</strong>: <input type=password name=control size=20 maxlength=20>

<p><input type=submit value="Change">

</form>
</blockquote>

<? } else { ?>

<p>Sorry, but I cannot change the passwd for an invisible user.

<p>Talk to Joey to find out what went wrong.

<? } ?>
 
</page>

# Local variables:
# mode: html
# mode: auto-fill
# mode: iso-accents
# end:
