From: Volker Theile Date: Tue, 11 Aug 2020 12:53:56 +0000 (+0200) Subject: mgr/dashboard: Strange iSCSI discovery auth behavior X-Git-Tag: v17.0.0~1468^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=4e9c88649de2ac7ea0ad43613fe247f08a623299;p=ceph.git 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 --- 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">