From: Silvio Rhatto Date: Sat, 17 Nov 2012 01:23:32 +0000 (-0200) Subject: Admin password X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=dc3ae9c0b0d788862fe6959cddea1a6a8b091cce;p=puppet-etherpad.git Admin password --- diff --git a/templates/settings.json.erb b/templates/settings.json.erb index 8244228..45e6017 100644 --- a/templates/settings.json.erb +++ b/templates/settings.json.erb @@ -67,6 +67,12 @@ } }, */ + "users": { + "admin": { + "password": "<%= etherpad_admin_password %>", + "is_admin": true + } + }, /* The log level we are using, can be: DEBUG, INFO, WARN, ERROR */ "loglevel": "INFO"