From 2b1d045ebedee6281c3a2ebced74530918aa26f2 Mon Sep 17 00:00:00 2001 From: Andreas Wagner Date: Wed, 21 Oct 2020 15:06:43 +0200 Subject: [PATCH] Update permissions in docs --- docs/topics/api/accounts.rst | 22 ++++++++++------------ docs/topics/api/v3_legacy/accounts.rst | 22 ++++++++++------------ 2 files changed, 20 insertions(+), 24 deletions(-) diff --git a/docs/topics/api/accounts.rst b/docs/topics/api/accounts.rst index e966fd071ec0..da550ddf27fd 100644 --- a/docs/topics/api/accounts.rst +++ b/docs/topics/api/accounts.rst @@ -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. + ===================== ======================================================= ------- diff --git a/docs/topics/api/v3_legacy/accounts.rst b/docs/topics/api/v3_legacy/accounts.rst index eb2afff0a943..1683004999bd 100644 --- a/docs/topics/api/v3_legacy/accounts.rst +++ b/docs/topics/api/v3_legacy/accounts.rst @@ -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. + ===================== ======================================================= -------