diff --git a/uffd/templates/user/show.html b/uffd/templates/user/show.html
index c53f172ff28907c9e1b873f36e3997e6ad2afea5..e5f28353cd328ff4ef1561fe40d77a146611a4e8 100644
--- a/uffd/templates/user/show.html
+++ b/uffd/templates/user/show.html
@@ -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">