Reset all permissions in every subwiki

Hi Thomas,

i need to reset every permission in my xwiki and related subwikies.

Can you help me?

Thanks a lot

Hi mos,

I’m not aware of an existing extension or script doing exactly this but you may be interested in this snippet which will help you identify pages with rights. The snippet would need two improvements to match your need as far as I can tell:

  • query not only pages with objects XWiki.XWikiRights but also XWiki.XWikiGlobalRights
  • loop over the obtained page entries, and remove all Rights objects from them

These two enhancements can be done using the Velocity API and the Query Module. Let us know if you need further help to achieve your goal?

Cheers