diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2019-04-25 14:12:56 +0200 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2019-04-26 12:53:21 +0200 |
commit | f277bc042c8e805aab14b31b5b51e2878d80c6f4 (patch) | |
tree | af75f475af7bb2d0f8c3a44a404f90e2d93dfa2b /src/Wallabag/CoreBundle/Command | |
parent | 531c8d0a5c55fa93438e227a7d349235fbd31d28 (diff) | |
download | wallabag-f277bc042c8e805aab14b31b5b51e2878d80c6f4.tar.gz wallabag-f277bc042c8e805aab14b31b5b51e2878d80c6f4.tar.zst wallabag-f277bc042c8e805aab14b31b5b51e2878d80c6f4.zip |
Fix tests & cs & migration
Diffstat (limited to 'src/Wallabag/CoreBundle/Command')
-rw-r--r-- | src/Wallabag/CoreBundle/Command/InstallCommand.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Command/InstallCommand.php b/src/Wallabag/CoreBundle/Command/InstallCommand.php index 49c84178..c58ae2b5 100644 --- a/src/Wallabag/CoreBundle/Command/InstallCommand.php +++ b/src/Wallabag/CoreBundle/Command/InstallCommand.php | |||
@@ -254,7 +254,7 @@ class InstallCommand extends ContainerAwareCommand | |||
254 | $question->setHidden(true); | 254 | $question->setHidden(true); |
255 | $user->setPlainPassword($this->io->askQuestion($question)); | 255 | $user->setPlainPassword($this->io->askQuestion($question)); |
256 | 256 | ||
257 | $user->setEmail($this->io->ask('Email', '')); | 257 | $user->setEmail($this->io->ask('Email', 'wallabag@wallabag.io')); |
258 | 258 | ||
259 | $user->setEnabled(true); | 259 | $user->setEnabled(true); |
260 | $user->addRole('ROLE_SUPER_ADMIN'); | 260 | $user->addRole('ROLE_SUPER_ADMIN'); |