Make WordPress Core

Changeset 783


Ignore:
Timestamp:
01/21/2004 10:44:28 PM (22 years ago)
Author:
emc3
Message:

Changed password inputs from 'text' to 'password'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/users.php

    r667 r783  
    284284    <tr>
    285285      <th scope="row">Password (twice) </th>
    286       <td><input name="pass1" type="text" id="pass1" />
     286      <td><input name="pass1" type="password" id="pass1" />
    287287      <br />
    288       <input name="pass2" type="text" id="pass2" /></td>
     288      <input name="pass2" type="password" id="pass2" /></td>
    289289    </tr>
    290290  </table>
Note: See TracChangeset for help on using the changeset viewer.