Commit 5c491db9 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Remove obsolete passage in documentation.

parent dc34350d
...@@ -106,13 +106,11 @@ A typical group definition file looks like this: ...@@ -106,13 +106,11 @@ A typical group definition file looks like this:
} }
This defines a group with the operator (administrator) username *jch* and This defines a group with the operator (administrator) username *jch* and
password *1234*, empty username and password for presenters (ordinary password *1234*. The `allow-recording` entry says that the operator is
users with the right to enable their camera and microphone). The allowed to record videos to disk, and the `allow-subgroups` entry says
`allow-recording` entry says that the operator is allowed to record videos that subgroups will be created automatically. This particular group does
to disk, and the `allow-subgroups` entry says that subgroups will be not allow password login for ordinary users, and is suitable if you use
created automatically. This particular group does not allow password invitations (see *Stateful Tokens* below) for ordinary users.
login for ordinary users, and is suitable if you use invitations (see
*Stateful Token* below) for ordinary users.
In order to allow password login for ordinary users, add a list of users In order to allow password login for ordinary users, add a list of users
as the entry `presenter`: as the entry `presenter`:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment