mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 10:49:00 +02:00
Set default value of enforce_2fa to fix travis.
This commit is contained in:
parent
eb3c34b75f
commit
25105ba7d4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
* @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")
|
* @ORM\Column(type="boolean", name="enforce_2fa")
|
||||||
*/
|
*/
|
||||||
protected $enforce2FA;
|
protected $enforce2FA = false;
|
||||||
|
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue