apeisa / UserGroups

Adds users groups and page based permission to ProcessWire
GNU General Public License v2.0
11 stars 4 forks source link

Access-tab #11

Closed apeisa closed 10 years ago

apeisa commented 10 years ago

Edit page access using a view resembling that of template based access control.

apeisa commented 10 years ago

Also "who can edit" and "who can view" list should be rethinked. This issue is partially solved as a https://github.com/Aldone/PageListPermissions module, but that is seen as a additional, than "only true way" to solve this issue.

niklaka commented 10 years ago

This also solves the flaw of letting anyone edit access definitions by editing a page they're entitled to edit. Fields manage_access, view_groups and edit_groups are visible for anyone.

I'm on it.