phpbb-extensions / boardrules

Board Rules extension for phpBB

Home Page:https://www.phpbb.com/customise/db/extension/boardrules/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ACP Module Permissions

iMattPro opened this issue · comments

So do we want to set up a unique permission for the ACP module (a_boardrules)?

Where module 'auth' => 'ext_phpbb/boardrules && acl_a_boardrules'

Or we could just use an existing ACP permission like acl_a_board (which I believe gives access to Full/Standard Admins only).

Where module 'auth' => 'ext_phpbb/boardrules && acl_a_board'

I guess my question is, who do we want to restrict access to editing/creating board rules to?

Separate permission would be best
On Mar 6, 2014 10:49 AM, "Matt Friedman" notifications@github.com wrote:

So do we want to give all access to the ACP module, or set up a permission
for it (a_boardrules)?

Where module auth => ext_phpbb/boardrules && acl_a_boardrules

If we do set up a permission for it, maybe assign it to the
ROLE_ADMIN_STANDARD.

This way, only Standard Admin and Full Admin can create/edit rules.

I personally think it would be better to set this permission for security
but also as an example to anybody who learns from this extension how to do
it.

Reply to this email directly or view it on GitHubhttps://github.com//issues/74
.

So, like a_boardrules set to the ROLE_ADMIN_STANDARD (should give standard and full admins access)