Does filament offer a feature for users to delete their own account?
Title.
6 Replies
Filament doesn’t care about the internal use case of your app. If you provide a way for users to delete their own account then they will be able to do it.
So just use an action button and delete the account
Basically, yes.
Probably best on a custom profile page, but it’s entirely up to you and your apps needs. It still just laravel.
Yeah but i was hoping i could extend the base profile page?
Or everything just gets overriden when i go the custom profile page route
Solution
You can certainly override any of the auth classes.