We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you have an existing user who has not logged in using socialiter, their password will get changed by socialiter on their first social login.
https://github.com/GeneaLabs/laravel-socialiter/blob/a4c83d818f2a12c1906a2c5ed2744a2cd784f5d8/src/Socialiter.php#L75-L86
Should it only set a password if the user does not exist?
password
The text was updated successfully, but these errors were encountered:
@deevus Good point! Thanks for bringing this up. This has not been an issue yet in my experience, but I will think about this for the next update.
Sorry, something went wrong.
mikebronner
No branches or pull requests
If you have an existing user who has not logged in using socialiter, their password will get changed by socialiter on their first social login.
https://github.com/GeneaLabs/laravel-socialiter/blob/a4c83d818f2a12c1906a2c5ed2744a2cd784f5d8/src/Socialiter.php#L75-L86
Should it only set a
password
if the user does not exist?The text was updated successfully, but these errors were encountered: