Fix typo and remove trailing whitespace.
This commit is contained in:
@@ -14,7 +14,7 @@ Quick start:
|
|||||||
groups/example.json
|
groups/example.json
|
||||||
./galene &
|
./galene &
|
||||||
|
|
||||||
Point your browser at <https:/localhost:8443/group/example/>, ignore the
|
Point your browser at <https://localhost:8443/group/example/>, ignore the
|
||||||
unknown certificate warning, and log in with username "bob" and password
|
unknown certificate warning, and log in with username "bob" and password
|
||||||
"secret".
|
"secret".
|
||||||
|
|
||||||
@@ -256,7 +256,7 @@ the following strings:
|
|||||||
is not allowed to send them;
|
is not allowed to send them;
|
||||||
- `caption`, a user with the right to display captions (only);
|
- `caption`, a user with the right to display captions (only);
|
||||||
- `admin`, a user with the right to administer the group (only).
|
- `admin`, a user with the right to administer the group (only).
|
||||||
|
|
||||||
Supported video codecs include:
|
Supported video codecs include:
|
||||||
|
|
||||||
- `"vp8"` (compatible with all supported browsers);
|
- `"vp8"` (compatible with all supported browsers);
|
||||||
@@ -301,16 +301,16 @@ version to version).
|
|||||||
For example, the entry
|
For example, the entry
|
||||||
|
|
||||||
"users": {"jch": {"password": "1234", "permissions": "op"}}
|
"users": {"jch": {"password": "1234", "permissions": "op"}}
|
||||||
|
|
||||||
specifies that user "jch" may login as operator with password "1234", while
|
specifies that user "jch" may login as operator with password "1234", while
|
||||||
|
|
||||||
"wildcard-user": {"password": "1234", "permissions": "present"}
|
"wildcard-user": {"password": "1234", "permissions": "present"}
|
||||||
|
|
||||||
allows any username with password *1234*. Finally,
|
allows any username with password *1234*. Finally,
|
||||||
|
|
||||||
"wildcard-user":
|
"wildcard-user":
|
||||||
{"password": {"type": "wildcard"}, "permissions": "present"}
|
{"password": {"type": "wildcard"}, "permissions": "present"}
|
||||||
|
|
||||||
allows any username with any password.
|
allows any username with any password.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user