From 25105ba7d4fbd7a9fc12ec20fbc997f66eb2d943 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Tue, 24 Dec 2019 15:20:26 +0100 Subject: [PATCH] Set default value of enforce_2fa to fix travis. --- src/Entity/UserSystem/Group.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Entity/UserSystem/Group.php b/src/Entity/UserSystem/Group.php index a5bfdce8..259623ef 100644 --- a/src/Entity/UserSystem/Group.php +++ b/src/Entity/UserSystem/Group.php @@ -68,7 +68,7 @@ class Group extends StructuralDBElement implements HasPermissionsInterface * @var bool If true all users associated with this group must have enabled some kind of 2 factor authentication * @ORM\Column(type="boolean", name="enforce_2fa") */ - protected $enforce2FA; + protected $enforce2FA = false; public function __construct() {