How can I get the data of all the users of the system in the publish environment?
Hello, good afternoon.
I need help with a custom component, I have created a table type "Datatable" in which I want all the users of the system to be loaded.
I have it developing and working in the local and author environments, but in the publish environment it doesn't work.
I have tried to develop the servlet in 2 ways to get the data:
1.- Through JCR-SQL2, which works in author and local, but in publish it does not return anything.
2.- Going through the nodes manually (/home/users) and showing the users of those nodes, but it doesn't work in the publish environment either.
My question is, is there a way to get that data out? Or are they restricted?
Thank you.