Changed password inputs from 'text' to 'password'
git-svn-id: https://develop.svn.wordpress.org/trunk@783 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
25c474992c
commit
2d0649b0dc
|
@ -283,9 +283,9 @@ echo "\n<tr $style>
|
|||
</tr>
|
||||
<tr>
|
||||
<th scope="row">Password (twice) </th>
|
||||
<td><input name="pass1" type="text" id="pass1" />
|
||||
<td><input name="pass1" type="password" id="pass1" />
|
||||
<br />
|
||||
<input name="pass2" type="text" id="pass2" /></td>
|
||||
<input name="pass2" type="password" id="pass2" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue