From: Volker Theile Date: Thu, 13 Aug 2020 07:31:39 +0000 (+0200) Subject: mgr/dashboard: Disable autocomplete on user form X-Git-Tag: v15.2.9~122^2~106^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=642ffaf3ad0acd027a54172e706abbe53ab66ac5;p=ceph.git mgr/dashboard: Disable autocomplete on user form Fixes: https://tracker.ceph.com/issues/46915 Signed-off-by: Volker Theile (cherry picked from commit a48989f87bf7e2c38e8795ee7a4523670f7727f2) --- 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>