Commit e491a499 by Yvon

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

parent 57c79fc6
...@@ -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