From 15c0802c061ea8e49536d32ce5b3d55c641b39ca Mon Sep 17 00:00:00 2001 From: czaks Date: Thu, 10 Apr 2014 11:01:37 +0200 Subject: [PATCH] Disable the sucky chrome autofill MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It used to force login into "embed" field and password into post password. Disabling autocomplete (at form) didn't work. Recreating the fields either. Trying to induce default values didn't as well. x-autocompletetype didn't. What worked – creating two dummy fields: ...just before the real post password. --- templates/post_form.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/templates/post_form.html b/templates/post_form.html index 450377d8..09c2d48f 100644 --- a/templates/post_form.html +++ b/templates/post_form.html @@ -101,7 +101,7 @@ {{ antibot.html() }} - + {% endif %} @@ -130,9 +130,14 @@ {% trans %}Password{% endtrans %} {{ antibot.html() }} + + + + + - + {% trans %}(For file deletion.){% endtrans %} {{ antibot.html() }}