mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
script to send batch password recover code
This commit is contained in:
@@ -8,3 +8,8 @@ services:
|
||||
|
||||
tags:
|
||||
- { name: console.command }
|
||||
|
||||
Chill\MainBundle\Command\ChillUserSendRenewPasswordCodeCommand:
|
||||
autowire: true
|
||||
tags:
|
||||
- { name: console.command }
|
||||
|
@@ -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:
|
||||
|
@@ -33,7 +33,7 @@ Chill\MainBundle\Entity\Center:
|
||||
- NotBlank: ~
|
||||
- Length:
|
||||
max: 50
|
||||
min: 3
|
||||
min: 2
|
||||
|
||||
Chill\MainBundle\Entity\Address:
|
||||
properties:
|
||||
|
Reference in New Issue
Block a user