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:
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...
Jump to solution
4 Replies
Dennis Koch
Dennis Koch2y ago
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
ariftography
ariftographyOP2y ago
I use the table from my other filament V2 application, I try to login with filament V3, do they both use different password hash?
Dennis Koch
Dennis Koch2y ago
It’s both Laravel based so it shouldn’t be an issue. Did you change anything else?
Solution
ariftography
ariftography2y ago
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

Did you find this page helpful?