Closed bgencacat closed 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)? 🙏
It's fixed! Thank you, you are awesome 💖
@bgencacat released in v6.1.4
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