Interlok Login Page

The UI is a secured web application and only allows authorised users to log in.

Login Page

A non-authenticated user will always be redirected to the login page and will need to sign in with a valid username and password to access the UI. The user can log out of the UI at any time using the Logout menu item on the navigation bar

Changing the default Interlok Admin user credentials

The default admin user account/password can be changed from admin/admin to a user defined combination before the first start-up of Interlok by setting the command line properties interlok.ui.admin.new.db.username and interlok.ui.admin.new.db.password as such:

-Dinterlok.ui.admin.new.db.username=superuser
-Dinterlok.ui.admin.new.db.password=MySecretPassword

for example, to start interlok for the first time and change the admin username/password to superuser/MySecretPassword, then:

java -Dinterlok.ui.admin.new.db.username=superuser -Dinterlok.ui.admin.new.db.password=MySecretPassword -jar lib/interlok-boot.jar