Hello everyone,
I need to find a sql query that gives me the association between a page
and the groups that have rights on that page.
Can anyone help me?
Thanks.
Hello everyone,
I need to find a sql query that gives me the association between a page
and the groups that have rights on that page.
Can anyone help me?
Thanks.
You can’t do this with an SQL query because access rights are inherited at multiple levels. For instance if you have a page A.B.C the Security Module checks the access rights for page A.B.C, A.B, A and at the wiki level.