Permissions & roles
Version: 1.0.1
Route: — (reference)
Who can access: Admins manage grants on Users and Access; everyone is affected by their own grants.
What this guide covers
How Admin / Editor / Viewer roles combine with per-page View / Edit / Delete flags to control the sidebar and actions.
Roles
| Role | Behavior |
|---|
| Admin | Full access to all pages; can open Users and Access; can edit branding |
| Editor | Access only where View is granted; Edit allowed where checked (server may tie Edit to View) |
| Viewer | View only — Edit and Delete forced off |
Page keys
| Key | Label in UI | Typical routes |
|---|
dashboard | Dashboard | / |
all-courier | COD Shipments | /{slug}, status pages, /import |
complaints | Complaints | /complaints/... |
customer-response | Customer Response | /customer-response/... |
settings | Settings | /profile, theme |
settings-courier-setup | Courier Setup | /settings/courier-setup |
settings-users-access | Users and Access | /settings/users-access |
Steps — check your access
- Sign in.
- Note which sidebar items appear — missing items usually mean View is off.
- Try Add Entry / delete: if hidden, you lack Edit / Delete.
- Ask an Admin to adjust grants on Users and Access.
Permission effects
| Flag | Effect |
|---|
| View | Sidebar entry + open URL |
| Edit | Add / edit / import / sync / Customer Msg register |
| Delete | Delete rows / couriers (where offered) |
At least one View is required or login cannot place you on a home page.
Errors & edge cases
| Situation | Notes |
|---|
| Direct URL without View | Redirect / blocked |
| Admin demoted | Loses Users and Access UI |
| Demo Editor | Seeded with a subset of pages — see Demo Mode |
Related