I can't login into filament with a new user

I have no problem logging in when the user is created with the command: php artisan make:filament-user, but when I create a user in my UserResource and try to log in it says 'credentials doesn't match'. they both appears in the same table 'users'
Was this page helpful?