mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-05 18:41:02 +00:00
Add translation
This commit is contained in:
parent
426bb453d2
commit
1b9cd91782
13 changed files with 13 additions and 1 deletions
|
@ -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, [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue