[dokuwiki] Re: struct plugin: Aggregation of lookup schema visible, aggregation of age schema not

  • From: Eivind Morland <eivind.morland@xxxxxxxxx>
  • To: Dokuwiki Mailinglist <dokuwiki@xxxxxxxxxxxxx>
  • Date: Mon, 17 Jul 2017 16:24:57 +0530

we are strill struggling with access to our page schemas.  It has turned out, 
that users not having access to the pages with page schema entries also 
cannot see the aggregation of the page schemas.  This is bad, as we intented 
to use the page schemas exactly to decouple page access and data access.  
I.e. we wanted to keep the "public" information in the page schema and the 
"private" information in the page itself.

Is access to page schema data tied to access to the respective page and if 
yes, can that be changed?

Cheers
frank


Second this. I would also like for data and content to be separate in terms of 
ACL, ie. someone who can edit only content, and someone who can edit only data.

My wiki is more of a CMS. I use both ACL and server permissions side by side, 
coupled with this plugin https://www.dokuwiki.org/plugin:denyactions ;
<https://www.dokuwiki.org/plugin:denyactions> to control who can see what. 
Visitors can read pages, but not see source, history, etc., whereas logged-in 
users are able to see source and history (editing rights in ACL, but not on 
server).

I suppose my setup is a bit clumsy, but it works for what I need it to. I tried 
to emulate your specific requirements, but was unsuccessful in making it work, 
as data indeed seems tied to the page.

Best regards,
eivind

Other related posts: