Item10939: Pluggable Access Control: Add AdminOnlyAccess and ReadOnlyAccess plugins.
Priority: Enhancement
Current State: Closed
Released In: 2.0.0
Target Release: major
I was going to extract the
Meta::haveAccess
call, and came across older works by Koen and Rafael - so I'm going to start from those, and work to where I need to be.
--
SvenDowideit - 03 Jul 2011
Pluggable Access Control Implementation to facilitate Extract ACL and Paging feature.
is done - just need to find somewhere to reference the setting in the docco, and to talk about the new
- AdminOnlyAccess for maintainence
see
PluggableAccessControlImplementation
--
SvenDowideit - 01 Mar 2012
Reopening this. This feature really needs some documentation. And a
ReadOnlyAccess seems equally as valuable.
One thing, this only impacts actions which verify access. There are some plugins that permit anonymous updates, and these will sneak by. This feature doesn't actually make the Wiki admin-only, it only blocks the haveAccess() test for non-admins.
I think we also need to verify the impact on registration.
--
GeorgeClark - 09 Apr 2014