From 31a0faf979c22c2b3f7e573f862506d54006e542 Mon Sep 17 00:00:00 2001 From: rrenkert Date: Mon, 15 Apr 2024 11:23:14 +0200 Subject: [PATCH] Fixed restiriction mode for user is_active. --- models.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models.yml b/models.yml index cb1b4614..3123d234 100644 --- a/models.yml +++ b/models.yml @@ -252,7 +252,7 @@ user: restriction_mode: A is_active: type: boolean - restriction_mode: D + restriction_mode: B is_physical_person: type: boolean default: true