Password not hashing when editing user
When I edit a field on the User resource page, I am prompted to enter the password. But when I do, it is saving the password as plaintext and not the hashed value that the create filament user saves as. How do I make it work?
3 Replies
is the field ->password() ?
Filament
Hashing password fields and handling password updates by Dan Harrin...
Filament is a collection of tools for rapidly building beautiful TALL stack apps, designed for humans.
That helped!! thanks