page Admin { state user = ctx.user seo { title = "Administration" } view {

Access administration

Manage roles and protect high-risk operations.

Role-based access

Signed in as {user.displayName || user.username}

This route requires the admin:access permission. Assign manager and administrator roles through the database-backed authorization store.

} }