Commit 7b23e444 by Damien Moulard

Merge branch '5974-bug-pas-de-valeur-par-defaut-pour-parametre' into 'ssa-gironde'

set parameter beforeFirstLogin... to true in user class constructor

See merge request cooperatic/kohinos-tav!63
parents 57c79fc6 e491a499
...@@ -233,6 +233,7 @@ class User extends BaseUser ...@@ -233,6 +233,7 @@ class User extends BaseUser
$this->possiblegroups = new ArrayCollection(); $this->possiblegroups = new ArrayCollection();
$this->alertemailflux = true; $this->alertemailflux = true;
$this->canValidateAchat = false; $this->canValidateAchat = false;
$this->beforeFirstLoginWithPrestaEnabled = true;
$this->createApiKey(); $this->createApiKey();
$this->createEmailToken(); $this->createEmailToken();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment