1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00

galene-password-generator now outputs json instead of a string. Removing quotes to accomodate for this change.

This commit is contained in:
Salamandar 2024-06-14 11:31:21 +02:00 committed by Salamandar
parent ddf1308c8d
commit ba57bce6cd
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
"users": {
"__ADMIN__": {
"permissions": "admin",
"password": "__PASSWORD_HASH__"
"password": __PASSWORD_HASH__
}
}
}
}

View file

@ -1,5 +1,5 @@
"users": {
"__ADMIN__": {"permissions": "op", "password": "__PASSWORD_HASH__"},
"__ADMIN__": {"permissions": "op", "password": __PASSWORD_HASH__},
"description": "__GROUP_DESCRIPTION__",
"public": true,
"allow-recording": true,