dhis2-users team mailing list archive
-
dhis2-users team
-
Mailing list archive
-
Message #07400
Re: [Dhis2-devs] List of permission in DHIS2
/api/schemas is also a good source of metadata authorities (especially
those linked to the web-api).
--
Morten
On Wed, Jun 10, 2015 at 5:27 PM, Abyot Gizaw <abyota@xxxxxxxxx> wrote:
> Yes, I have a very rough document. I was hoping for us to clean it first
> as there are lots of roles which are not in use currently.
>
> Probably better to put it 'as is' somewhere - as appendix in the
> documentation?
>
> On Wed, Jun 10, 2015 at 12:11 PM Lars Helge Øverland <larshelge@xxxxxxxxx>
> wrote:
>
>> 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
>>
>>
>>
>> _______________________________________________
>> Mailing list: https://launchpad.net/~dhis2-devs
>> Post to : dhis2-devs@xxxxxxxxxxxxxxxxxxx
>> Unsubscribe : https://launchpad.net/~dhis2-devs
>> More help : https://help.launchpad.net/ListHelp
>>
> --
> ----
> Thank you,
> Abyot
>
> _______________________________________________
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-devs@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help : https://help.launchpad.net/ListHelp
>
>
References