Slavi Pantaleev
há 4 anos
committed by
GitHub
ascendente
cometimento
f0d7a8e99d
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com
2 adições e
2 eliminações
-
roles/matrix-etherpad/templates/settings.json.j2
|
|
|
@@ -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 |
|
|
|
} |
|
|
|
}, |
|
|
|
|