1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-30 18:24:29 +01:00

No more password field, stop annoying "Do you want to save this PW?" errors

This commit is contained in:
8chan 2015-05-09 21:18:51 -07:00
parent 45f0ee1afc
commit 1ab39952af

View File

@ -229,12 +229,9 @@
{% if not config.field_disable_password or (mod and post.mod|hasPermission(config.mod.bypass_field_disable, board.uri)) %}<tr>
<th>
{% trans %}Password{% endtrans %}
<!-- For Chrom(e|ium) -->
<input type='text' style='display: none'>
<input type='password' style='display: none'>
</th>
<td>
<input type="password" name="password" value="" size="12" maxlength="18" autocomplete="off">
<input type="text" name="password" value="" size="12" maxlength="18" autocomplete="off">
<span class="unimportant hint">{% trans %}(For file and post deletion.){% endtrans %}</span>
</td>
</tr>{% endif %}