F
Filament3mo ago
Glebka

Can update password but can't see it in edit page

I am using filament 3 shield and when I create text input make('password') I can not see the password, I can update but I can not see it. How to make password visible on the edit page?
No description
No description
Solution:
Laravel provides secure hashing for storing user passwords. I recommend sticking with the default and not displaying passwords to users
Jump to solution
6 Replies
Solution
LeandroFerreira
LeandroFerreira3mo ago
Laravel provides secure hashing for storing user passwords. I recommend sticking with the default and not displaying passwords to users
Vazaios
Vazaios3mo ago
You should not be able to see password. Password are hashed. It's a security issue if you could see a saved password in your form
Glebka
Glebka3mo ago
okey, thanks
Glebka
Glebka3mo ago
but text input have available method ->revelable, that means there is a need and a way to show a password in the edit form. TextInput::make('password') ->password() ->revealable()
LeandroFerreira
LeandroFerreira3mo ago
when you are typing the new password
Vazaios
Vazaios3mo ago
Yes as @Leandro Ferreira said, this is used to have the "eye icon" to show what the user is currently typing
Want results from more Discord servers?
Add your server