From 7b23bdcfcf2c2437e781468a68080ccdd6163ed4 Mon Sep 17 00:00:00 2001 From: Amir Ehsandar Date: Tue, 18 Mar 2025 04:30:50 +0330 Subject: [PATCH] fix: allow admins to uncheck disallow password if applicable (#4532) - closes #4469 --- web/src/components/Settings/WorkspaceSection.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/src/components/Settings/WorkspaceSection.tsx b/web/src/components/Settings/WorkspaceSection.tsx index 81a2b24a8..3337a12c4 100644 --- a/web/src/components/Settings/WorkspaceSection.tsx +++ b/web/src/components/Settings/WorkspaceSection.tsx @@ -128,7 +128,10 @@ const WorkspaceSection = () => {
{t("setting.workspace-section.disallow-password-auth")} updatePartialSetting({ disallowPasswordAuth: event.target.checked })} />