mirror of
https://github.com/jech/galene.git
synced 2024-11-09 18:25:58 +01:00
Update documentation.
This commit is contained in:
parent
ea4f14ee0a
commit
2b145317a5
1 changed files with 5 additions and 4 deletions
9
README
9
README
|
@ -231,11 +231,12 @@ descriptions that are used with usernames that don't appear in `users`.
|
||||||
Every user description is a dictionary with fields `password` and
|
Every user description is a dictionary with fields `password` and
|
||||||
`permissions`. The `password` field may be a literal password string, or
|
`permissions`. The `password` field may be a literal password string, or
|
||||||
a dictionary describing a hashed password or a wildcard. The
|
a dictionary describing a hashed password or a wildcard. The
|
||||||
`permissions` field should be one of `op`, `present` or `passive`. (An
|
`permissions` field should be one of `op`, `present`, `message` or
|
||||||
array of Galene's internal permissions is also allowed, but this is not
|
`observe`. (An array of Galene's internal permissions is also allowed,
|
||||||
recommended, since internal permissions may vary from version to version).
|
but this is not recommended, since internal permissions may vary from
|
||||||
|
version to version).
|
||||||
|
|
||||||
For fexample, the entry
|
For example, the entry
|
||||||
|
|
||||||
"users": {"jch": {"password": "1234", "permissions": "op"}}
|
"users": {"jch": {"password": "1234", "permissions": "op"}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue