Initial password and password reset

An initial password is set for the administrator account (usually root) at the first system start. The password is in the standard output log of the web container after the initial boot of the application. The output looks like this:

**************************************************************************
***                                                                    ***
***  Initial password for 'root': f3a16418-05f...                      ***
***                                                                    ***
**************************************************************************

Specify initial password during installation

The initial password can also be specified during installation to simplify the first access. For this, the web container (e.g. Tomcat) must be started with the environment variable or system property -Dtl_initial_password=<my-secure-initial-password> set.

Reset administrator password

If the administrator password has been lost, a new initial password can be assigned. To do this, the application must be shut down and the environment variable or system property -Dtl_reset_password=true must be set the next time it is started. A new password for the administrator user (usually root) is then assigned during the startup process. As with initial password assignment, either a secure password is generated and written to the standard output log of the Web container during the boot process, or a default password is used if the environment variable tl_initial_password is set (see above).