Skip to content

Add account self-deletion#532

Merged
bpepple merged 1 commit into
masterfrom
user-delete
Jun 2, 2026
Merged

Add account self-deletion#532
bpepple merged 1 commit into
masterfrom
user-delete

Conversation

@bpepple

@bpepple bpepple commented Jun 2, 2026

Copy link
Copy Markdown
Member

Summary

  • Adds a "Delete Account" button to the user profile page (visible only to the account owner)
  • Clicking it leads to a confirmation page that warns the user what data will be lost
  • On confirmation, the account is deleted, the session is terminated, and the user is redirected to the home page
  • Database contributions (issues, creators, etc.) are preserved; personal data (collection, reading lists) is removed via cascade

Allow users to permanently delete their own account from their profile page. Includes a confirmation page with a warning about data loss, and tests covering authenticated/unauthenticated access and post-deletion session teardown.
@bpepple bpepple self-assigned this Jun 2, 2026
@bpepple bpepple added the enhancement New feature or request label Jun 2, 2026
@bpepple bpepple merged commit 6f4e23d into master Jun 2, 2026
2 checks passed
@bpepple bpepple deleted the user-delete branch June 2, 2026 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant