How to manage users settings
Summarize how to manage users settings
🏁 Context
Our app provides 2 roles :
- Owner
- User
👑 Assign a role
A role is assigned to a person when their account is created.
Customer accounts must be added from the Settings of the scope; Members section.


☯️ Differences
| Owner | User | |
|---|---|---|
| [ANA] Access to all dashboards and reports according to scope settings | ✅ | ✅ |
| [ADM] Enable ADM on a site | ✅ | ❌ |
| [ADM] Create or edit a stack | ✅ | ✅ |
| [ADM] Deploy a stack | ✅ | ❌ |
| [ADM] Archive a stack | ✅ | ✅ |
| [ADM] Update an out-of-sync stack | ✅ | ❌ |
| [ADM] Have access to the Control center | ✅ | ❌ |
| [ADM] Add and edit any bidder mapping | ✅ | ✅ |
| [ADM] Add and edit any module setting | ✅ | ✅ |
| [ADM] Create and edit Context keys | ✅ | ✅ |
| [ADM] Create and edit Contexts | ✅ | ✅ |
| [ADM] Create and edit Ad units | ✅ | ✅ |
| [ADM] Create and edit Bidder rules | ✅ | ✅ |
| [ADM] Create and edit Lazy loading rules | ✅ | ✅ |
| [ADM] Create and edit Floor price rules | ✅ | ✅ |
| [ADM] Create and edit Refresh rules | ✅ | ✅ |
| [Settings] Add a member or edit its role | ✅ | ❌ |
| [Settings] Add and edit a site | ✅ | ✅ |
| [Settings] Archive a site | ✅ | ❌ |
| [Settings] Enable multi-factor authentication (MFA) | ✅ | ❌ |
| [Settings] Set an A/B test | ✅ | ✅ |
| [Settings] Launch an A/B test | ✅ | ❌ |
[ANA] = Analytics
[ADM] = Ad Management
--------
--------
Some Pubstack’s specificity
- Do everything an Owner can.
- In stacks, we can check stack config for each devices
- See features and dashboards when they are not open for a scope
<aside> ✨ Useful in demo : Pubstack role also have a “view as…” mode to see the app with the same restrictions as our customers, and a “demo mode” that anonymize all data on the site so you can share your screen safely to prospects.

</aside>