George Dimakopoulos
George Dimakopoulos
`users/blob/master/src/Model/Behavior/SocialBehavior.php:` `Line 138: $existingUser = $this->_table->find('existingForSocialLogin', compact('email'))->first();` Checking for existing user is ONLY dependent on 'email' and get an error when 'email' is excluded from authentication/registration cycle. `config/users.php:` `'Email' =>...
  