Skip to content
R B Krishna edited this page Mar 19, 2016 · 3 revisions

The log-in screen is the starting point of most modern applications. Lets have a look.

Fields

Server URL.

First field which has to be filled in is the URL of DHIS2 instance. You have to enter exact URL address, including HTTP schema (http or https). For example http://play.dhis2.org/demo.

It is highly recommended to use HTTPS, since it makes communication channel with server secure.

Username/password.

Next fields are self-describing. All you need to do is just to enter username/password. As soon as all text fields are full, "Log in" button becomes clickable. If user credentials and server URL were specified correctly and you have stable internet connection, application will proceed to next screen. Otherwise, corresponding error message will be show to user.

Demo.

You can always try app on our demo servers:
http://play.dhis2.org/demo - Latest stable version of DHIS2.
http://play.dhis2.org/dev - Latest development build.

With next credentials:
username: admin
password: district

Clone this wiki locally