Password field in editing view
How can I prevent that password field gets updated to empty when editing a user resource record?
I would like to have the password only updated if a new value gets typed in. Also it would be better if it wouldn't appear empty.
How should this be done?
Thank you!
6 Replies
you can just hide it.
because it's a view for administrators who also should be able to change the password of the user
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.
everything is in that article
Nice, thank you! Is it somehow possible to still show some "fake" password characters so it's not empty?
Maybe as a placeholder?