Admin permissions
From phpBB Development Wiki
Admin Permissions
Admin Permission Options
| Auth Option | Auth Usage | Auth Lang |
|---|---|---|
| a_ | $auth->acl_get('a_');
| Admin permissions |
| a_aauth | $auth->acl_get('a_aauth');
| Can alter admin permission class |
| a_attach | $auth->acl_get('a_attach');
| Can alter attachment related settings |
| a_authgroups | $auth->acl_get('a_authgroups');
| Can alter permissions for individual groups |
| a_authusers | $auth->acl_get('a_authusers');
| Can alter permissions for individual users |
| a_backup | $auth->acl_get('a_backup');
| Can backup/restore database |
| a_ban | $auth->acl_get('a_ban');
| Can manage bans |
| a_bbcode | $auth->acl_get('a_bbcode');
| Can define BBCode tags |
| a_board | $auth->acl_get('a_board');
| Can alter board settings/check for updates |
| a_bots | $auth->acl_get('a_bots');
| Can manage bots |
| a_clearlogs | $auth->acl_get('a_clearlogs');
| Can clear logs |
| a_email | $auth->acl_get('a_email');
| Can send mass email |
| a_fauth | $auth->acl_get('a_fauth');
| Can alter forum permission class |
| a_forum | $auth->acl_get('a_forum');
| Can manage forums |
| a_forumadd | $auth->acl_get('a_forumadd');
| Can add new forums |
| a_forumdel | $auth->acl_get('a_forumdel');
| Can delete forums |
| a_group | $auth->acl_get('a_group');
| Can manage groups |
| a_groupadd | $auth->acl_get('a_groupadd');
| Can add new groups |
| a_groupdel | $auth->acl_get('a_groupdel');
| Can delete groups |
| a_icons | $auth->acl_get('a_icons');
| Can alter topic icons and smilies |
| a_jabber | $auth->acl_get('a_jabber');
| Can alter Jabber settings |
| a_language | $auth->acl_get('a_language');
| Can manage language packs |
| a_mauth | $auth->acl_get('a_mauth');
| Can alter moderator permission class |
| a_modules | $auth->acl_get('a_modules');
| Can manage modules |
| a_names | $auth->acl_get('a_names');
| Can manage disallowed names |
| a_phpinfo | $auth->acl_get('a_phpinfo');
| Can view php settings |
| a_profile | $auth->acl_get('a_profile');
| Can manage custom profile fields |
| a_prune | $auth->acl_get('a_prune');
| Can prune forums |
| a_ranks | $auth->acl_get('a_ranks');
| Can manage ranks |
| a_reasons | $auth->acl_get('a_reasons');
| Can manage report/denial reasons |
| a_roles | $auth->acl_get('a_roles');
| Can manage roles |
| a_search | $auth->acl_get('a_search');
| Can manage search backends and settings |
| a_server | $auth->acl_get('a_server');
| Can alter server/communication settings |
| a_styles | $auth->acl_get('a_styles');
| Can manage styles |
| a_switchperm | $auth->acl_get('a_switchperm');
| Can use others permissions |
| a_uauth | $auth->acl_get('a_uauth');
| Can alter user permission class |
| a_user | $auth->acl_get('a_user');
| Can manage users |
| a_userdel | $auth->acl_get('a_userdel');
| Can delete/prune users |
| a_viewauth | $auth->acl_get('a_viewauth');
| Can view permission masks |
| a_viewlogs | $auth->acl_get('a_viewlogs');
| Can view logs |
| a_words | $auth->acl_get('a_words');
| Can alter word censors |

