1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-05 18:41:02 +00:00

Add translation

This commit is contained in:
Jeremy Benoist 2017-06-02 10:27:15 +02:00
parent 426bb453d2
commit 1b9cd91782
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
13 changed files with 13 additions and 1 deletions

View file

@ -51,7 +51,7 @@ class UserRestController extends WallabagRestController
$userManager = $this->get('fos_user.user_manager');
$user = $userManager->createUser();
// user will be disabled BY DEFAULT to avoid spamming account to be created
// user will be disabled BY DEFAULT to avoid spamming account to be enabled
$user->setEnabled(false);
$form = $this->createForm('Wallabag\UserBundle\Form\NewUserType', $user, [