mirror of
https://github.com/jech/galene.git
synced 2024-11-09 18:25:58 +01:00
Remove obsolete passage in documentation.
This commit is contained in:
parent
dc34350d8f
commit
5c491db9f5
1 changed files with 5 additions and 7 deletions
12
README
12
README
|
@ -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`:
|
||||||
|
|
Loading…
Reference in a new issue