mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-04 22:45:56 +01:00
Set default value of enforce_2fa to fix travis.
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user