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