statamic / ideas

💡Discussions on ideas and feature requests for Statamic
https://statamic.dev
31 stars 1 forks source link

Add `{{ user:delete_form }}` #955

Open wm-simon opened 1 year ago

wm-simon commented 1 year ago

Add the possibility for users to delete their accounts via the frontend.

Example:

{{ user }}
{{ user:delete_form }}
{{ /user }}
{{ user:delete_form :id="id" }}