joelbutcher / socialstream

OAuth for Laravel, simplified.
https://docs.socialstream.dev
MIT License
433 stars 66 forks source link

This password does not use the Bcrypt algorithm. #366

Closed bgencacat closed 3 months ago

bgencacat commented 3 months ago

Stack

Jetstream – Livewire

Package Version

6.1

Laravel Version

11.9

Livewire Version

3.0

react Version

No response

Vue Version

No response

PHP Version

PHP 8.3.9

Problem description

Trying to login with previously registered Google (didn't test with any other provider) account's email causes This password does not use the Bcrypt algorithm. error.

Expected behavior

Should warn user to log in with related social provider if password column is empty.

Steps to reproduce

First register/login with Google Logout Try to login with that registered email and random password.

Reproduction repository

https://github.com/bgencacat/projectb

Relevant log output

No response

joelbutcher commented 3 months ago

@bgencacat Thanks for this! Was a nice problem to start the day with :)

Please can you checkout the branch in that pull-request and verify the fix works for you (and doesn't break anything else)? 🙏

bgencacat commented 3 months ago

It's fixed! Thank you, you are awesome 💖

joelbutcher commented 3 months ago

@bgencacat released in v6.1.4