From 3e4574c0ea8073c4297ac7ea13a5b4b16fbf4d12 Mon Sep 17 00:00:00 2001 From: David Hill Date: Thu, 13 Apr 2023 16:51:02 -0400 Subject: Disable form auto-complete on login form Disable form auto-complete on login form with autocomplete="off" for the email/password field. Change-Id: Ie550eae36ece160d19186a404c0e688f2f6e785b (cherry picked from commit e4a13dbcde0df213f9b6e7d72f45c6610192204a) --- horizon/templates/auth/_login_form.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/horizon/templates/auth/_login_form.html b/horizon/templates/auth/_login_form.html index a4a4abad5..92c216756 100644 --- a/horizon/templates/auth/_login_form.html +++ b/horizon/templates/auth/_login_form.html @@ -26,8 +26,8 @@ {% endcomment %} {% if HORIZON_CONFIG.password_autocomplete != "on" %} {%endif%} {% if show_sso_opts %} -- cgit v1.2.1