Β© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filamentβ€’3y agoβ€’
12 replies
deploynotfound

Password Confirmation for Edit Profile page

Password Confirmation to view Profile page

Hi πŸ‘‹

I am using
->profile
->profile
on one of my panels and want to have password confirmation (preferably in a modal) before being able to access the Edit Profile form. Following https://v2.filamentphp.com/tricks/password-confirmation-action I have created PasswordAction and tried to add it within AdminPanelProvider

->profile(EditProfile::class)
->userMenuItems([
    'profile' => PasswordAction::make()->action('call')->label('Edit profile'),
])
->profile(EditProfile::class)
->userMenuItems([
    'profile' => PasswordAction::make()->action('call')->label('Edit profile'),
])


which gives the following error
Filament\Panel::Filament\Panel\Concerns\{closure}(): Argument #1 ($item) must be of type Filament\Navigation\MenuItem, Filament\Actions\Action given
Filament\Panel::Filament\Panel\Concerns\{closure}(): Argument #1 ($item) must be of type Filament\Navigation\MenuItem, Filament\Actions\Action given


Any ideas if this is feasible and how to approach it?

Thanks πŸ˜ƒ
Filament
Password confirmation action by Jeff Greco - Tricks - Filament
Filament is a collection of tools for rapidly building beautiful TALL stack apps, designed for humans.
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel β€’ Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Edit profile - password not saving
FilamentFFilament / β“β”Šhelp
7mo ago
Create Custom Page for Profile Edit
FilamentFFilament / β“β”Šhelp
3mo ago
Profile view and profile edit
FilamentFFilament / β“β”Šhelp
2y ago
Password confirmation not refreshed
FilamentFFilament / β“β”Šhelp
3y ago