From edd1172ad3c2dfccb0cc87a73bf184f346f5cdaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz> Date: Thu, 17 Dec 2020 01:14:49 +0100 Subject: [PATCH] Moznost deaktivace usera --- lib/CF/Schema/Result/User.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/CF/Schema/Result/User.pm b/lib/CF/Schema/Result/User.pm index 3108514..039b4df 100644 --- a/lib/CF/Schema/Result/User.pm +++ b/lib/CF/Schema/Result/User.pm @@ -18,6 +18,7 @@ __PACKAGE__->add_columns( }, qw( uuid + is_active username name main_group_name -- GitLab