CakeDC / users

Users Plugin for CakePHP
https://www.cakedc.com
Other
521 stars 298 forks source link

Fix named parameter issue in _createSocialUser method for findExistingForSocialLogin #1091 #1092

Closed robitmoh closed 2 months ago

robitmoh commented 3 months ago

This pull request addresses issue #1090, which involves a problem with named parameters in the _createSocialUser method when calling the find method. The issue caused the findExistingForSocialLogin custom finder to not correctly retrieve the 'email' parameter, leading to incorrect query construction.

ChrisB85 commented 3 months ago

I just came across the same issue. I can confirm that this PR fixes it.

ajibarra commented 2 months ago

Thanks for the contribution. It has been merged and will be released soon!