How to enable Password field? #7
Answered
by
astondihor
astondihor
asked this question in
Q&A
-
Dear Sirs, I am trying to use this package with FilamentPHP Admin Panel. I have made another panel called "app". But in "admin" panel, I can not find the way to enable the password field. Can you show me how to make it work? |
Beta Was this translation helpful? Give feedback.
Answered by
astondihor
Nov 10, 2024
Replies: 1 comment
-
I am sorry, my fault. just add ->plugin(
\TomatoPHP\FilamentAccounts\FilamentAccountsPlugin::make()
->useAvatar()
->useTypes()
->showAddressField()
->showTypeField()
->useExport()
->useImport()
->canLogin()
->useImpersonate()
->impersonateRedirect('/app')
); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
astondihor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am sorry, my fault.
just add
->canLogin()
toAdminPanelProvider
: