From: Michael Tremer Date: Thu, 15 Feb 2024 16:16:30 +0000 (+0000) Subject: auth: Disable autocomplete for password field X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c1393a5c8861e7d4de2b6d34f8bc1d69db997cd0;p=ipfire.org.git auth: Disable autocomplete for password field Signed-off-by: Michael Tremer --- diff --git a/src/templates/auth/login.html b/src/templates/auth/login.html index 151ba9d1..0a79e43a 100644 --- a/src/templates/auth/login.html +++ b/src/templates/auth/login.html @@ -27,7 +27,8 @@
+ type="password" name="password" placeholder="{{ _("Password") }}" required + autocomplete="off">