From 3844919a6bc03ca74e68b731d9c576aa2a5c54dc Mon Sep 17 00:00:00 2001 From: Ishan Rai Date: Wed, 5 Aug 2020 14:04:30 +0530 Subject: [PATCH] mgr/dashboard: remove password fields, if the login is using SSO fixes: https://tracker.ceph.com/issues/46494 Signed-off-by: Ishan Rai --- .../src/app/core/auth/user-form/user-form.component.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 9825cb25bca..d9e387973f7 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 @@ -33,7 +33,8 @@ -
+
-
+
-- 2.39.5