From 4f696313b16220040b1efd3a67cb7525d892f5b8 Mon Sep 17 00:00:00 2001 From: Marc Maurer Date: Sat, 17 Jul 2021 06:47:52 +0200 Subject: [PATCH] [Web] Add autocomplete attributes to the corresponding input fields (#4190) This commit will add the HTML autocomplete attribute to the login form inputs. The attribute helps a password manager to identify the right input fields for autofill. (https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) --- data/web/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/web/index.php b/data/web/index.php index 4f34d9d3..204b2a4e 100644 --- a/data/web/index.php +++ b/data/web/index.php @@ -48,14 +48,14 @@ $_SESSION['index_query_string'] = $_SERVER['QUERY_STRING'];
- +
- +