George Dimakopoulos

Results 2 issues of 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' =>...

![image1](https://user-images.githubusercontent.com/28845968/27742554-d34ecb3c-5dc1-11e7-9c3c-5e348ab06256.png) ![image2](https://user-images.githubusercontent.com/28845968/27742582-e50c2086-5dc1-11e7-989b-2f03e5d856e8.png) ![image3](https://user-images.githubusercontent.com/28845968/27742593-eeb5feea-5dc1-11e7-8b20-8fa725f001f5.png)