Users & Access
Who can access which shop. Roles: admin = all shops · manager = a client's shops · operator = specific store(s).
Accounts
1
provision: php cli/create_user.php email=… role=… [client=|store=]
| User | Role | Access scope | Status |
| Sir. Naz nazar.salim.ns@gmail.com |
admin |
ALL shops ✎
|
active |
How access works
admin — full platform: every client, every shop, all config & runs.
manager — scoped to one or more clients: sees all that client's shops/locations/reports, can edit their config.
operator — scoped to specific stores: view/trigger reports for those shops only.
✎ = can manage · 👁 = view only. Enforcement is applied on login (auth controller — next build step); the model & rules are live now.