dhis2-users team mailing list archive
-
dhis2-users team
-
Mailing list archive
-
Message #07398
Re: List of permission in DHIS2
Hi,
this is almost correct ;) The userroleauthorities table is a link table
between userrole and authorities. So it will contain all available
authorities only if you assume that all possible authorities have been
assigned to one or more user roles.
So a hack is to create a new user role in the system with all possible
authorities and then do:
select distinct authority from userroleauthorities;
Abyot,
did you start on a document outlining the authorities?
regards,
Lars
Follow ups
References