[Dhis2-users] Changing admin password to default

2015-08-31 Thread gerald thomas
Dear all, I am setting up a training server for staff and i am using dhis2 live to achieve the task but i am using one of our database rather than the default database. I had already used the following query to change the admin password: UPDATE users set password =

Re: [Dhis2-users] Interoperability of ODK & DHIS2

2015-08-31 Thread Abda ANNE
Dear all, We are currently working on similar project. We need to store in DHIS2 daata collected via ODK Collect. We are working on the following scenario : ODK Collect =>ODK Aggregate => ODK2DHIS (Custom Code) => DHIS2 We told ODK Aggregate to forward all inncoming data in JSON Format to our

Re: [Dhis2-users] How to pull data from a remote xml data source (dhis2 web API) into JasperReports

2015-08-31 Thread Morten Olav Hansen
Hi Randy Do you get any error messages? I don't know much about Jasper, but some software can work with urls like https://username:password@URL -- Morten On Mon, Aug 31, 2015 at 9:08 PM, Wilson, Randy wrote: > I've been struggling to get data from the web API into

Re: [Dhis2-users] [Dhis2-devs] Changing admin password to default

2015-08-31 Thread Knut Staring
Hi Gerald, Which version of DHIS2? On Mon, Aug 31, 2015 at 5:02 PM, gerald thomas wrote: > Dear all, > I am setting up a training server for staff and i am using dhis2 live > to achieve the task but i am using one of our database rather than the > default database. I had

Re: [Dhis2-users] [Dhis2-devs] Changing admin password to default

2015-08-31 Thread gerald thomas
Dear Knut, I am using DHIS2 live and it is version: 2.20 Build revision: 19682 On 8/31/15, Knut Staring wrote: > Hi Gerald, > > Which version of DHIS2? > > On Mon, Aug 31, 2015 at 5:02 PM, gerald thomas > wrote: > >> Dear all, >> I am setting up a

Re: [Dhis2-users] [Dhis2-devs] Changing admin password to default

2015-08-31 Thread Knut Staring
I see. There has been a change to the password encryption in 2.21, but that should not affect you: https://www.mail-archive.com/dhis2-devs-core@lists.launchpad.net/msg00345.html You don't have the old password to log in as the admin user? Can you see in the database that the admin user has not

Re: [Dhis2-users] [Dhis2-devs] Changing admin password to default

2015-08-31 Thread gerald thomas
Dear Knut, 1. No i didn't have it 2. Yes, the admin is there. Also when i run the query the encrypted password had changed but the 'last update time of password' was not changed On 8/31/15, Knut Staring wrote: > I see. There has been a change to the password encryption in 2.21,

Re: [Dhis2-users] [Dhis2-devs] Changing admin password to default

2015-08-31 Thread Jason Pickering
Also, you must restart the server after you do this. Did you restart it? On Mon, Aug 31, 2015 at 6:30 PM, gerald thomas wrote: > Dear Knut, > 1. No i didn't have it > 2. Yes, the admin is there. Also when i run the query the encrypted > password had changed but the 'last

Re: [Dhis2-users] [Dhis2-devs] Changing admin password to default

2015-08-31 Thread gerald thomas
Dear Knut, I did but it is the same thing. This aspect of removing the password reset is a scare because not all admins do handover. Regards, Gerald On Aug 31, 2015 5:18 PM, "Jason Pickering" wrote: > Also, you must restart the server after you do this. Did you

Re: [Dhis2-users] [Dhis2-devs] Changing admin password to default

2015-08-31 Thread gerald thomas
Jason & Knut, Is there any workaround for this task other than we had done? Thanks in advance for your usual cooperation. On 8/31/15, gerald thomas wrote: > Dear Knut, > I did but it is the same thing. This aspect of removing the password reset > is a scare because not

Re: [Dhis2-users] [Dhis2-devs] Changing admin password to default

2015-08-31 Thread Alan Ivey
Hi Gerald, You can create a password hash with Python and the Bcrypt library. Run this single command in your terminal to get a hash for *passwordGoesHere*: $ python -c 'import bcrypt; hash = bcrypt.hashpw("*passwordGoesHere*", bcrypt.gensalt(rounds=10, prefix=b"2a")); print(hash);' You can

Re: [Dhis2-users] Interoperability of ODK & DHIS2

2015-08-31 Thread Aaron Gladders
Hi - we spoke with Patrick briefly but I thought I'd email the rest of the list too. We've been engaged for some feasibility work linking together various mobile collection tools to DHIS 2 in as general a way as possible and not requiring IT or developers to do custom integration each time. We

Re: [Dhis2-users] Interoperability of ODK & DHIS2

2015-08-31 Thread Pierre Dane
Hi Patrick, I'm not aware of any existing ODK to DHIS2 interoperability modules and I would expect that some additional coding on the ODK side would be necessary to get data into a format that DHIS2 can accept. DHIS2 has a number of ways of accepting data via the api, so if a module can be built

[Dhis2-users] How to pull data from a remote xml data source (dhis2 web API) into JasperReports

2015-08-31 Thread Wilson, Randy
I've been struggling to get data from the web API into JasperStudio to create standard iReports. I've created a new datasource of type: XML document (remote) I can pull data from sites that don't need authentication into the iReport, such as this rss feed from bbc: