Skip to content

How to enable Password field? #7

Answered by astondihor
astondihor asked this question in Q&A
Discussion options

You must be logged in to vote

I am sorry, my fault.

just add ->canLogin() to AdminPanelProvider:

->plugin(
    \TomatoPHP\FilamentAccounts\FilamentAccountsPlugin::make()
        ->useAvatar()
        ->useTypes()
        ->showAddressField()
        ->showTypeField()
        ->useExport()
        ->useImport()
        ->canLogin()
        ->useImpersonate()
        ->impersonateRedirect('/app')
  );

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by astondihor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant