...
Info |
---|
Note: Basic Authentication is suitable for test system and easy to configure. When considering for production usage, following additional security configurations must be taken:
|
...
When the basic authentication (default) is used, but the a password is not configured here, the tia® Status UI application will generate a random password at startup which can be looked up from the container logs.
...
The password hash in the configuration has to be the bcrypt-hash value of the password. Read more about creating bcrypt-hashs here: Creating a bcrypt-hash value
...