diff --git a/src/Model/Table/UsersTable.php b/src/Model/Table/UsersTable.php index d8e1919f7..a918e59f1 100644 --- a/src/Model/Table/UsersTable.php +++ b/src/Model/Table/UsersTable.php @@ -54,7 +54,8 @@ public function initialize(array $config) $this->addBehavior('CakeDC/Users.Password'); $this->addBehavior('CakeDC/Users.Social'); $this->addBehavior('CakeDC/Users.LinkSocial'); - $this->addBehavior('CakeDC/Users.AuthFinder'); + //test two + $this->addBehavior('CakeDC/Users'); $this->hasMany('SocialAccounts', [ 'foreignKey' => 'user_id', 'className' => 'CakeDC/Users.SocialAccounts'