Changeset 1781

Show
Ignore:
Timestamp:
01/18/07 23:25:45 (1 year ago)
Author:
engelaere
Message:

Close ticket #530

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc-awstats/trunk/bureau/admin/aws_pass.php

    r1047 r1781  
    6262        <code><?php echo $login; ?></code> <input type="hidden" name="login" value="<?php echo $login; ?>" /> 
    6363</td></tr> 
    64 <tr><th><label for="pass"><?php __("New Password"); ?></label></th><td><input type="text" class="int" name="pass" id="pass" value="<?php echo $pass; ?>" size="20" maxlength="64" /></td></tr> 
     64<tr><th><label for="pass"><?php __("New Password"); ?></label></th><td><input type="password" class="int" name="pass" id="pass" value="<?php echo $pass; ?>" size="20" maxlength="64" /></td></tr> 
    6565<tr><td colspan="2"><input type="submit" class="inb" name="submit" value="<?php __("Change this user's password"); ?>" /></td></tr> 
    6666</table>