feat(admin): manage member account access

Allow administrators to freeze, unfreeze, and permanently delete member accounts with related content cleanup.
This commit is contained in:
2026-09-01 20:09:04 +03:00
parent 9c4c506168
commit d1d594674f
6 changed files with 163 additions and 5 deletions
+2 -1
View File
@@ -15,4 +15,5 @@
- [x] Allow users to change their email addresses.
- [x] Add user email verification for registration and email-address changes.
- [x] Add user real names and use them as the published-by name.
- [x] Add ability to hide posts from unregistered users.
- [x] Add ability to hide posts from unregistered users.
- [x] Add administrator controls to freeze and delete member accounts.