add reset password functionality
This commit is contained in:
parent
23c3a24672
commit
caeec30509
16 changed files with 493 additions and 1 deletions
|
@ -15,4 +15,5 @@ return [
|
|||
EasyCorp\Bundle\EasyAdminBundle\EasyAdminBundle::class => ['all' => true],
|
||||
Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true],
|
||||
Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true],
|
||||
SymfonyCasts\Bundle\ResetPassword\SymfonyCastsResetPasswordBundle::class => ['all' => true],
|
||||
];
|
||||
|
|
2
config/packages/reset_password.yaml
Normal file
2
config/packages/reset_password.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
symfonycasts_reset_password:
|
||||
request_password_repository: App\Repository\ResetPasswordRequestRepository
|
Reference in a new issue