From 891f4c829d7f27b60feb0856a20516d5411cd7f9 Mon Sep 17 00:00:00 2001 From: MFijak Date: Wed, 27 Jul 2022 14:09:04 +0200 Subject: [PATCH] enable UI group support --- src/db/models/organization.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/db/models/organization.rs b/src/db/models/organization.rs index 3a02867c..362d3ffc 100644 --- a/src/db/models/organization.rs +++ b/src/db/models/organization.rs @@ -145,7 +145,7 @@ impl Organization { "Use2fa": true, "UseDirectory": false, // Is supported, but this value isn't checked anywhere (yet) "UseEvents": false, // not supported by us - "UseGroups": false, // not supported by us + "UseGroups": true, "UseTotp": true, "UsePolicies": true, "UseSso": false, // We do not support SSO @@ -276,7 +276,7 @@ impl UserOrganization { "Use2fa": true, "UseDirectory": false, // Is supported, but this value isn't checked anywhere (yet) "UseEvents": false, // not supported by us - "UseGroups": false, // not supported by us + "UseGroups": true, "UseTotp": true, "UsePolicies": true, "UseApi": false, // not supported by us