Skip to content
Snippets Groups Projects
Commit c0d72a12 authored by sistason's avatar sistason
Browse files

disable autocompletion in edit-user form for emails as well

parent d7bed63c
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
{% macro new_email_row(tmp_id) %}
<tr>
<td>
<input class="form-control form-control-sm" type="email" name="newemail-{{ tmp_id }}-address" placeholder="{{ _('New address') }}">
<input class="form-control form-control-sm" type="email" name="newemail-{{ tmp_id }}-address" placeholder="{{ _('New address') }}" autocomplete="off">
</td>
<td class="text-center">
<input type="checkbox" value="1" name="newemail-{{ tmp_id }}-verified">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment