Find anything in admin

Six labelled groups, one row per tool, a filter box — and every top-level admin page guaranteed reachable from here.

Owned by Admin · 3 steps · about 5 minutes

Why this exists

A flat list of thirty-two cards is an inventory, not a menu. The hub groups its tools — Money · Events · People · Content · Operations · System — ranks them by how often they are touched, and filters live as you type. Nothing was removed and no page was re-gated; only the presentation changed.

The door console at /admin/access was the page that proved the problem: it existed, worked, and could only be found by knowing the URL. A test now fails if any top-level admin page is unreachable from the hub.

Steps 1–3 — Admin

their manual →
  1. 1
    Open the hub.
    /admin adminsuite
    Expected result Six labelled groups, one row per tool, most of it on one screen.
    Watch out for Nothing was removed — the same tools, grouped and tightened.
  2. 2
    Type “door” into the filter.
    /admin adminsuite
    Expected result The list narrows live; the count line reads how many tools match.
    Watch out for The filter is client-side over links already on the page — no request, keyboard-friendly.
  3. 3
    Follow Door & Passes under Operations.
    /admin/access access
    Expected result The access console: readers, signing keys, revocations, scan logs.
    Watch out for This page was reachable only by URL until the hub grouped itself. The reachability guard keeps it that way.