Skip to content
Snippets Groups Projects
Commit 9b60c368 authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

Merge branch 'th/etherpad-users' into 'master'

etherpad: Allow configuring users

See merge request !20
parents 799c5a45 06473bcb
Branches
No related tags found
1 merge request!20etherpad: Allow configuring users
Pipeline #3063 passed
......@@ -14,4 +14,8 @@ etherpads: []
# apikey: {{…}}
# edit_only: false
# require_auth: false
# users:
# admin:
# password: hunter2
# is_admin: true
#
......@@ -107,6 +107,8 @@
"percentageToScrollWhenUserPressesArrowUp": 0
},
"users": {{item.users|default({})|to_json}},
"loadTest": false,
"importExportRateLimiting": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment