Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update permissions in docs #15796

Merged
merged 1 commit into from
Oct 26, 2020
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