From 642ffaf3ad0acd027a54172e706abbe53ab66ac5 Mon Sep 17 00:00:00 2001 From: Volker Theile Date: Thu, 13 Aug 2020 09:31:39 +0200 Subject: [PATCH] mgr/dashboard: Disable autocomplete on user form Fixes: https://tracker.ceph.com/issues/46915 Signed-off-by: Volker Theile (cherry picked from commit a48989f87bf7e2c38e8795ee7a4523670f7727f2) --- .../src/app/core/auth/user-form/user-form.component.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-form/user-form.component.html b/src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-form/user-form.component.html index 59f32c9cbe68..3793dabc462e 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-form/user-form.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/core/auth/user-form/user-form.component.html @@ -25,6 +25,7 @@ id="username" name="username" formControlName="username" + autocomplete="off" autofocus>