script to send batch password recover code

This commit is contained in:
2018-08-31 17:04:45 +02:00
parent f6b6ec57bb
commit 04bdaa308a
5 changed files with 242 additions and 9 deletions

View File

@@ -8,3 +8,8 @@ services:
tags:
- { name: console.command }
Chill\MainBundle\Command\ChillUserSendRenewPasswordCodeCommand:
autowire: true
tags:
- { name: console.command }

View File

@@ -31,6 +31,7 @@ services:
$tokenManager: '@Chill\MainBundle\Security\PasswordRecover\TokenManager'
$urlGenerator: '@Symfony\Component\Routing\Generator\UrlGeneratorInterface'
$mailer: '@Chill\MainBundle\Notification\Mailer'
$routeParameters: "%chill_main.notifications%"
Chill\MainBundle\Security\PasswordRecover\PasswordRecoverEventSubscriber:
arguments:

View File

@@ -33,7 +33,7 @@ Chill\MainBundle\Entity\Center:
- NotBlank: ~
- Length:
max: 50
min: 3
min: 2
Chill\MainBundle\Entity\Address:
properties: