Skip to content

Commit

Permalink
Update permissions in docs (#15796)
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerand authored Oct 26, 2020
1 parent 18473b6 commit e159570
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 24 deletions.
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

0 comments on commit e159570

Please sign in to comment.