The default credentials to sign into the web interface are "root", "root". If you would like to change the credentials, you will need to edit a config file which is located at app/config/app.php.
When using KiOS, you will find the file at the /data/web directory.
/*
|-----------------------------------------------------------
| Authentication Kerberos.web - Simpleauth by cedricverst
|-----------------------------------------------------------
|
| When you first open the kerberos web application a user
| needs to sign-in, it can sign-in with following credentials.
|
*/
'users' => [
[
"id" => 1,
"username" => "root",
"password" => "root",
"firstname" => "Cédric",
"secondname" => "Verstraeten"
]
],
3 Comments