Changeset 1031
- Timestamp:
- 03/09/07 15:05:11 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/lyceum/system-admin/user-management.php
r981 r1031 57 57 <hr/> 58 58 59 <form action="changepassword.php" method="post" > 60 <?php echo tokeninput('changepassword.php')?> 61 <fieldset> 62 <legend><strong>Change a user'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 →"></p> 66 </fieldset> 67 </form> 68 69 <hr/> 70 59 71 <form enctype="multipart/form-data" action="registrationlist.php" method="post"> 60 72 <?php echo tokeninput('registrationlist.php')?>
