Changed password inputs from 'text' to 'password'

git-svn-id: http://svn.automattic.com/wordpress/trunk@783 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
emc3 2004-01-21 22:44:28 +00:00
parent 2f325bc5c7
commit 1f4b30d69d
1 changed files with 2 additions and 2 deletions

View File

@ -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>