From d8d56448c993bdf4811a193f96e5ff44ed026417 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 18 Feb 2016 13:31:22 +0100 Subject: add a username for demonstration mode --- app/config/tests/parameters.yml.dist.pgsql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/config/tests/parameters.yml.dist.pgsql') diff --git a/app/config/tests/parameters.yml.dist.pgsql b/app/config/tests/parameters.yml.dist.pgsql index 3e1b0b81..8fc33a94 100644 --- a/app/config/tests/parameters.yml.dist.pgsql +++ b/app/config/tests/parameters.yml.dist.pgsql @@ -36,5 +36,6 @@ parameters: from_email: no-reply@wallabag.org - # this parameter is only used for the wallabag public demo, it means user won't be able to change the password of the default account + # this parameter is only used for the wallabag public demo, it means user won't be able to change the password of the demo_user account demo: false + demo_username: wallabag -- cgit v1.2.3