summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorkhilman <khilman@users.noreply.github.com>2018-01-25 11:52:03 -0800
committerGitHub <noreply@github.com>2018-01-25 11:52:03 -0800
commit3177c39ace236c22bf7d29ebac13e0b73f4ae39f (patch)
tree8ba7d5048778d8335c4444584d68ca96e352266a /README.md
parentf14d69b382978069321acdec9a434ca85ac137da (diff)
parent01f55d2fd3ea0e9620bb631dd91e475444393099 (diff)
Merge pull request #14 from montjoie/stafftokens
Permit to create staff/superuser users
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 11c2aa9..b8bb503 100644
--- a/README.md
+++ b/README.md
@@ -45,6 +45,8 @@ lava_server_users:
- name: LAVA username
token: The token of this use
password: Password the this user (generated if not provided)
+ superuser: yes/no (default no)
+ staff: yes/no (default no)
callback_tokens:
- filename: The filename for storing the informations below, the name should be unique along other callback tokens
username: The LAVA user owning the token below. (This user should be created via lava_server_users:)