Browse Source

Use to_json

pull/1497/head
Slavi Pantaleev 4 years ago
committed by GitHub
parent
commit
f0d7a8e99d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      roles/matrix-etherpad/templates/settings.json.j2

+ 2
- 2
roles/matrix-etherpad/templates/settings.json.j2 View File

@@ -73,8 +73,8 @@
},
{% if matrix_etherpad_admin_username != "" and matrix_etherpad_admin_password != "" %}
"users": {
"{{ matrix_etherpad_admin_username }}": {
"password": "{{ matrix_etherpad_admin_password }}",
{{ matrix_etherpad_admin_username|to_json }}: {
"password": {{ matrix_etherpad_admin_password|to_json }},
"is_admin": true
}
},


Loading…
Cancel
Save