From c3b43c8a3ee5bc65296110a8c57c037461089745 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 17 Feb 2016 17:24:00 +0100 Subject: [PATCH] change comment about demo parameter --- app/config/parameters.yml.dist | 2 +- app/config/tests/parameters.yml.dist.mysql | 2 +- app/config/tests/parameters.yml.dist.pgsql | 2 +- app/config/tests/parameters.yml.dist.sqlite | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/config/parameters.yml.dist b/app/config/parameters.yml.dist index dd9ec60a..b71e5393 100644 --- a/app/config/parameters.yml.dist +++ b/app/config/parameters.yml.dist @@ -46,5 +46,5 @@ parameters: from_email: no-reply@wallabag.org - # set to true to prevent changing password + # 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 demo: false diff --git a/app/config/tests/parameters.yml.dist.mysql b/app/config/tests/parameters.yml.dist.mysql index 3d5df619..1e21e26a 100644 --- a/app/config/tests/parameters.yml.dist.mysql +++ b/app/config/tests/parameters.yml.dist.mysql @@ -36,5 +36,5 @@ parameters: from_email: no-reply@wallabag.org - # set to true to prevent changing password + # 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 demo: false diff --git a/app/config/tests/parameters.yml.dist.pgsql b/app/config/tests/parameters.yml.dist.pgsql index dd29b737..3e1b0b81 100644 --- a/app/config/tests/parameters.yml.dist.pgsql +++ b/app/config/tests/parameters.yml.dist.pgsql @@ -36,5 +36,5 @@ parameters: from_email: no-reply@wallabag.org - # set to true to prevent changing password + # 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 demo: false diff --git a/app/config/tests/parameters.yml.dist.sqlite b/app/config/tests/parameters.yml.dist.sqlite index 0e3256e6..eedb8469 100644 --- a/app/config/tests/parameters.yml.dist.sqlite +++ b/app/config/tests/parameters.yml.dist.sqlite @@ -36,5 +36,5 @@ parameters: from_email: no-reply@wallabag.org - # set to true to prevent changing password + # 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 demo: false -- 2.41.0