From 4e9c88649de2ac7ea0ad43613fe247f08a623299 Mon Sep 17 00:00:00 2001 From: Volker Theile Date: Tue, 11 Aug 2020 14:53:56 +0200 Subject: [PATCH] mgr/dashboard: Strange iSCSI discovery auth behavior Disable 'autocomplete' for the user and password form fields. Fixes: https://tracker.ceph.com/issues/46900 Signed-off-by: Volker Theile --- .../iscsi-target-discovery-modal.component.html | 12 ++++++++---- .../iscsi-target-form.component.html | 6 ++++++ 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-discovery-modal/iscsi-target-discovery-modal.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-discovery-modal/iscsi-target-discovery-modal.component.html index ff05fa160868b..e27c6a5a26519 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-discovery-modal/iscsi-target-discovery-modal.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-discovery-modal/iscsi-target-discovery-modal.component.html @@ -17,7 +17,8 @@ + type="text" + autocomplete="off"> This field is required. @@ -39,7 +40,8 @@ + type="password" + autocomplete="new-password">