Hi,
is there a simple way to view all set permissions on a page? I had a few cases where somewhere in a pagetree a user set a permission on userlevel and broke up the inheritance of the permissions down the pagetree.
We have a few hundred users, and click through every page up the tree and check permissions on each page (only 10 users are shown at once) is really hard.
I think i’ve seen anything like this already here in the forum, but i wasn’t able to find it.
Thanks a lot,
Gerd
The Page Rights Viewer Application might be what you’re looking for.
Yes - thanks - exactly what i needed.
and an application and not only a script - very comfortable 
This is such an exciting application - will be super useful. We’d like it to only display if the user has edit rights for the page.
We’ve tried updating the Extension Parameters based on the XWiki variables for displaying information based on access rights but haven’t been successful getting the desired behaviour.
Here’s the parameters we set up:
name=$services.localization.render('page.rights.viewer')
# is Active if user has edit rights for current document.
isActive=#if($hasEdit)true#{else}false#end
order=900000
@mouhb or others - are we missing something in how we’ve set up the parameter?
Thanks!
Hi there, any suggestions for adding the $hasEdit condition?
I found this page super useful.
HTH!