From 5953b6932f45c67d6d596ec0617c36929947fe14 Mon Sep 17 00:00:00 2001 From: Cris Date: Mon, 10 Feb 2020 15:42:34 +0100 Subject: [PATCH] Bufixed Chromes autofilling username in random input field If no username input field is required, Chorme is autofilling a random inputfield with username. This is a Chrome bug. Workaround by adding a hidden username field. Also setting autocomplete= new-password should help stopping random autofill in some browsers. --- .../views/lehre/lehrauftrag/acceptLehrauftrag.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/application/views/lehre/lehrauftrag/acceptLehrauftrag.php b/application/views/lehre/lehrauftrag/acceptLehrauftrag.php index 14ebacecb..3f2575ec1 100644 --- a/application/views/lehre/lehrauftrag/acceptLehrauftrag.php +++ b/application/views/lehre/lehrauftrag/acceptLehrauftrag.php @@ -166,12 +166,13 @@ $this->load->view(
-
- - - - -
+
+ + + + + +