Log in with username/password: lyceum/lyceum

Changeset 1031

Show
Ignore:
Timestamp:
03/09/07 15:05:11 (2 years ago)
Author:
jjb
Message:

#709

ability of admin to change a user's password

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/lyceum/system-admin/user-management.php

    r981 r1031  
    5757<hr/> 
    5858 
     59<form action="changepassword.php" method="post" > 
     60   <?php echo tokeninput('changepassword.php')?> 
     61   <fieldset> 
     62      <legend><strong>Change a user&apos;s password</strong></legend> 
     63      <p>Username: <input type="text" name="user_login" size="20" /><p> 
     64      <p>New Password: <input type="text" name="user_pass" size="20" /></p> 
     65      <p><input type="submit" value="Continue &rarr;"></p> 
     66   </fieldset> 
     67</form> 
     68 
     69<hr/> 
     70 
    5971<form enctype="multipart/form-data" action="registrationlist.php" method="post"> 
    6072   <?php echo tokeninput('registrationlist.php')?> 
Log in with username/password: lyceum/lyceum