fix: password field must be a password type

This commit is contained in:
Martin Ambrus
2017-10-08 11:43:16 +02:00
parent 6c95d26dee
commit 0bba324aa8
+1 -1
View File
@@ -74,7 +74,7 @@ if($_GET['uid'])
</tr>
<tr>
<td>Password:</td>
<td><input type="text" name="pass"></td>
<td><input type="password" name="pass"></td>
<td colspan="2"><input type="submit" class="c5" value="Delete player"></td>
</tr>
</tbody>