diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-11-16 23:23:32 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-11-16 23:23:32 -0200 |
commit | dc3ae9c0b0d788862fe6959cddea1a6a8b091cce (patch) | |
tree | b09383f86b9574e0ca0a076fbd56d4ae1706002b /templates | |
parent | e7ff572b1c79380721c137dd4d8a1ed965a26974 (diff) | |
download | puppet-etherpad-dc3ae9c0b0d788862fe6959cddea1a6a8b091cce.tar.gz puppet-etherpad-dc3ae9c0b0d788862fe6959cddea1a6a8b091cce.tar.bz2 |
Admin password
Diffstat (limited to 'templates')
-rw-r--r-- | templates/settings.json.erb | 6 |
1 files changed, 6 insertions, 0 deletions
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" |