Skip to content

Add admin account search by email#9

Open
bellisabell wants to merge 1 commit intomainfrom
bell/admin-account-search
Open

Add admin account search by email#9
bellisabell wants to merge 1 commit intomainfrom
bell/admin-account-search

Conversation

@bellisabell
Copy link
Member

Summary

Adds admin-only functionality for multi-user mode to search for accounts by email address.

Features

  • Search input to find any account by email
  • Displays account details:
    • Name and photo
    • Email and slug
    • Created date
    • Post count
    • Subscriber count
    • Subscription status
  • Quick action buttons:
    • "View Dashboard" - takes you to their page dashboard (as admin)
    • "View Public Page" - opens their public site in new tab
  • Only visible to admins in multi-user mode
  • Added to admin tools menu (alongside Queue, Analytics, DB)

Route

GET /admin/accounts/search (with optional ?q=email@example.com)

Adds admin-only functionality for multi-user mode:
- Search for any account by email address
- View account details (name, slug, created date, post count, subscriber count)
- Quick links to view their dashboard or public page
- Available in the admin tools menu alongside Queue, Analytics, and DB
@bellisabell bellisabell force-pushed the bell/admin-account-search branch from e7a340b to 3cb6208 Compare February 9, 2026 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants