Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 10 additions & 12 deletions docs/topics/api/accounts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,18 +90,16 @@ If you have `Users:Edit` permission you will see these extra fields for all user
The following are some commonly tested permissions; see https://github.com/mozilla/addons-server/blob/master/src/olympia/constants/permissions.py
for the full list.

================== ==========================================================
Value Description
================== ==========================================================
`AdminTools:View` Can access the website admin interface index page. Inner
pages may require other/additional permissions.
`Addons:Edit` Allows viewing and editing of any add-ons details in
developer tools.
`Addons:Review` Can access the add-on reviewer tools to approve/reject
add-on submissions.
`Personas:Review` Can access the theme reviewer tools to approve/reject
theme submissions.
================== ==========================================================
===================== =======================================================
Value Description
===================== =======================================================
`Addons:Edit` Allows viewing and editing of any add-ons details in
developer tools.
`Addons:Review` Can access the add-on reviewer tools to approve/reject
add-on submissions.
`Addons:ThemeReview` Can access the theme reviewer tools to approve/reject
theme submissions.
===================== =======================================================


-------
Expand Down
22 changes: 10 additions & 12 deletions docs/topics/api/v3_legacy/accounts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,18 +80,16 @@ If you have `Users:Edit` permission you will see these extra fields for all user
The following are some commonly tested permissions; see https://github.com/mozilla/addons-server/blob/master/src/olympia/constants/permissions.py
for the full list.

================== ==========================================================
Value Description
================== ==========================================================
`AdminTools:View` Can access the website admin interface index page. Inner
pages may require other/additional permissions.
`Addons:Edit` Allows viewing and editing of any add-ons details in
developer tools.
`Addons:Review` Can access the add-on reviewer tools to approve/reject
add-on submissions.
`Personas:Review` Can access the theme reviewer tools to approve/reject
theme submissions.
================== ==========================================================
===================== =======================================================
Value Description
===================== =======================================================
`Addons:Edit` Allows viewing and editing of any add-ons details in
developer tools.
`Addons:Review` Can access the add-on reviewer tools to approve/reject
add-on submissions.
`Addons:ThemeReview` Can access the theme reviewer tools to approve/reject
theme submissions.
===================== =======================================================


-------
Expand Down