From e7d095f281cde79e1b117deb837b2e87d1550846 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 (cherry picked from commit 4e9c88649de2ac7ea0ad43613fe247f08a623299) Conflicts: src/pybind/mgr/dashboard/frontend/src/app/ceph/block/iscsi-target-discovery-modal/iscsi-target-discovery-modal.component.html - line 24: span class "invalid feedback" is not available in nautilus, keeping "help-block" instead --- .../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 9fe64e83171..57f49484959 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 @@ -19,7 +19,8 @@ + type="text" + autocomplete="off"> This field is required. @@ -42,7 +43,8 @@ + type="password" + autocomplete="new-password">