Re: [Dhis2-users] WHERE TO FIND APPLICATION TITLE SECTION IN DHIS2 2.30

2018-11-15 Thread Hendrik de Graaf
Hello Stanley,

You can find these settings here: 
https://play.dhis2.org/2.30/dhis-web-settings/index.html#/appearance

A note on this: I have recently worked on an issue to make the UI of this form 
a bit clearer. If your build predates this build revision, it could be that you 
are only seeing the “Select language” dropdown at the very top of the form. 
After you select a language in that dropdown, the other fields (e.g. 
application title, etc) become visible.

Best regards,
Hendrik
On 15 Nov 2018, 06:39 +0100, Stanley Kalyati , wrote:
> In later versions,we were able to find under Appearance on systems 
> settings,the Application Titles and Introduction where we would describe our 
> system.
>
> Where can i find these two areas in DHIS 2.30?
>
> They seem not to be under General Settings.
>
> Thanks
>
> Stanley
> ___
> Mailing list: https://launchpad.net/~dhis2-users
> Post to : dhis2-users@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-users
> More help : https://help.launchpad.net/ListHelp
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] "Validating" in Password Change -- stuck

2018-07-09 Thread Hendrik de Graaf
Dear Kate,

Thanks for reporting this. I have created a bug report and will fix it as soon 
as possible: https://jira.dhis2.org/browse/DHIS2-4231

Best regards,
Hendrik de Graaf
On 7 Jul 2018, 02:49 +0200, Hesel, Kate , wrote:
> Hi All,
>
> My team and I have attempted to change our passwords in DHIS2 (2.29) today 
> and the "validation" of the current password gets stuck. Anyone experience 
> this and have any solutions? Thanks!
>
>
>
> --
>
> Kate Hesel, MPH
> Program Officer - Monitoring, Evaluation and Learning
> Planned Parenthood Global
>
> (w) 212.261.4508
> (m) 617.902.8511
> Skype: katehesel
>
> Web / Twitter
>
> *This e-mail is for the sole use of the intended recipient(s) and contains
> information which is confidential and/or legally privileged. If you are not
> the intended recipient, you are hereby notified that any disclosure,
> copying, distribution or taking of any action in reliance on the contents
> of this e-mail information is strictly prohibited. If you have received
> this e-mail in error, please immediately notify the sender by reply e-mail
> and destroy all copies of the original message.*
>
>
> ___
> Mailing list: https://launchpad.net/~dhis2-users
> Post to : dhis2-users@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-users
> More help : https://help.launchpad.net/ListHelp
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] [Dhis2-devs] User password reset through API

2018-04-03 Thread Hendrik de Graaf
Hi Muhammad,

Make sure you include the `userCredentials.id` field in your PUT request too. 
That should be enough for updating a user.

However, when you want to set fields for a new user (POST request), you must 
make sure to also to create a `userCredentials.userInfo.id` field.

You can use the d2 `generateUid` method ( 
http://dhis2.github.io/d2/module-uid.html#.generateUid) to generate a uuid on 
the client.

Good luck,
Hendrik


On 31 Mar 2018, 17:21 +0200, Hannan Khan , wrote:
> Hello Experts
>
> Hope you are all enjoying Easter.
>
> I am trying to reset/update password through API. Is it possible to send PUT 
> request with jason payload with only ID, username and password? I use
>
> curl -X PUT -u user:pass -d @u.json -H "Content-Type: application/json" 
> https://server/api/26/users/ID
>
>  I am getting following error:
>
> {"httpStatus":"Conflict","httpStatusCode":409,"status":"ERROR","message":"org.hisp.dhis.user.User
>  does not exist: ID"}
>
> Please advice.
>
> Regards
> --
> Muhammad Abdul Hannan Khan
> Team Leader
> Support to the National HMIS
> MIS, Director General of Health Service
> Ministry of Health and Family Welfare
>
> T +880-2- 58816459, 58816412 ext 118
> F +88 02 58813 875
> M+88 01819 239 241
> M+88 01534 312 066
> E hann...@gmail.com
> S hannan.khan.dhaka
> B hannan-tech.blogspot.com
> L https://bd.linkedin.com/in/hannankhan
>
>
>
> ___
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-d...@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help : https://help.launchpad.net/ListHelp
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp