Fix documentation format (kiosk mode)

The text for the ini file was all shown in one line.
It's formatted properly now.
This commit is contained in:
Bernd Arnold 2023-08-18 20:40:47 +02:00 committed by Johannes Meyer
parent 9c7d19ea95
commit 7da8431c7c
1 changed files with 4 additions and 2 deletions

View File

@ -358,8 +358,10 @@ Have a look [here](20-Advanced-Topics.md#web-setup-manual-from-source-config) fo
Be aware that when you create a kiosk user every person who has access to the kiosk is able to perform tasks on it. Be aware that when you create a kiosk user every person who has access to the kiosk is able to perform tasks on it.
Therefore you would need to create a user in the `roles.ini` in `/etc/icingaweb2/roles.ini`. Therefore you would need to create a user in the `roles.ini` in `/etc/icingaweb2/roles.ini`.
[kioskusers] ```
users = "kiosk" [kioskusers]
users = "kiosk"
```
If you need special permissions you should add those permissions to the user via the admin account in icingaweb2 to the role of the kiosk user. If you need special permissions you should add those permissions to the user via the admin account in icingaweb2 to the role of the kiosk user.