aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Command
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-02-22 14:18:34 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-02-22 14:18:34 +0100
commit2aadeea8cd968a2e32631b166097748611a520f6 (patch)
tree2a167eaae0edea08060abfd132aec3c4a7239207 /src/Wallabag/CoreBundle/Command
parent2b71f68c95acd20b9ee5e6dc4d67a1ec649fc440 (diff)
parentb6c00b0b807108cd54ab32fa73f9c196f4f12d97 (diff)
downloadwallabag-2aadeea8cd968a2e32631b166097748611a520f6.tar.gz
wallabag-2aadeea8cd968a2e32631b166097748611a520f6.tar.zst
wallabag-2aadeea8cd968a2e32631b166097748611a520f6.zip
Merge pull request #1683 from wallabag/v2-demo
Demonstration mode to prevent password changes
Diffstat (limited to 'src/Wallabag/CoreBundle/Command')
-rw-r--r--src/Wallabag/CoreBundle/Command/InstallCommand.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Command/InstallCommand.php b/src/Wallabag/CoreBundle/Command/InstallCommand.php
index 93520f9a..2e241757 100644
--- a/src/Wallabag/CoreBundle/Command/InstallCommand.php
+++ b/src/Wallabag/CoreBundle/Command/InstallCommand.php
@@ -327,6 +327,16 @@ class InstallCommand extends ContainerAwareCommand
327 'value' => '1', 327 'value' => '1',
328 'section' => 'analytics', 328 'section' => 'analytics',
329 ], 329 ],
330 [
331 'name' => 'demo_mode_enabled',
332 'value' => '0',
333 'section' => 'misc',
334 ],
335 [
336 'name' => 'demo_mode_username',
337 'value' => 'wallabag',
338 'section' => 'misc',
339 ],
330 ]; 340 ];
331 341
332 foreach ($settings as $setting) { 342 foreach ($settings as $setting) {