Can't login with existing user table
I already install filament V3, when I try to login with my email & password from my existing table, I can't login, but if I make new user, I can login with that new user. Are there any ways to use existing table user to login?
thanks you
Solution:Jump to solution
No, I didn't make any changes,
But, I just solved my problem by updating all existing user's password with new hash value that new user generated,
Thanks for your insight for checking the hash value...
4 Replies
Where did that table come from? What password hashing was used?
Sounds like it’s using different hashing and therefore the passwords don’t match
I use the table from my other filament V2 application, I try to login with filament V3, do they both use different password hash?
It’s both Laravel based so it shouldn’t be an issue.
Did you change anything else?
Solution
No, I didn't make any changes,
But, I just solved my problem by updating all existing user's password with new hash value that new user generated,
Thanks for your insight for checking the hash value