[Dhis2-devs] Request User Table in DHIS2

2017-07-25 Thread Carlos Nyembwe
Hi all I have a problem about SQL request in DHIS2 When I request the table User in front end, I see this message, but for now, I want to have some situation about User in my extence DHIS2 SQL query contains references to protected tables How can help me? Regards Carlos -- *Carlos Nyembwe*

Re: [Dhis2-devs] Request User Table in DHIS2

2017-07-25 Thread Jason Pickering
Hi Carlos, This has been put into place as a measure to prevent the potential accidental exposure of usernames and password hashes. You can perform the query using a direct connection to the database, but DHIS2 should block any SQL views with references to some protected tables. Regards, Jason Pi

Re: [Dhis2-devs] Request User Table in DHIS2

2017-07-25 Thread Carlos Nyembwe
thanks Jason, I understand you well but, I'm sorry for that because I don't have the local database now, I have to download it On Tue, Jul 25, 2017 at 10:22 AM, Jason Pickering < jason.p.picker...@gmail.com> wrote: > Hi Carlos, > This has been put into place as a measure to prevent the potenti

Re: [Dhis2-devs] Request User Table in DHIS2

2017-07-25 Thread Jason Pickering
The other alternative is to use the API of course. What exactly are you trying to achieve? On Tue, Jul 25, 2017 at 11:28 AM, Carlos Nyembwe wrote: > thanks Jason, > > I understand you well but, I'm sorry for that because I don't have the > local database now, I have to download it > > > > On Tu

Re: [Dhis2-devs] [Dhis2-users] Sharing Dataset in Two Separate DHIS2 Instances

2017-07-25 Thread vunda limbe
Hi Dung, I have the same problem with Derek, but I tried to creat a list of all organisation unit and call its here : in var rootOrgunit2 = rootOrgnitld + listofOrgunit ; and use that list in this line ""`${config.instanceABaseUrl}/api/dataValueSets?orgUnit=${config.rootOrgunit2 }&lastUpdatedDura

[Dhis2-devs] Recaptcha Support for Login

2017-07-25 Thread chathura widanage
Hi devs, Is there any native support for integrating recaptcha for login? Thanks, Chathura ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : htt