add reset password functionality

This commit is contained in:
Jannis Portmann 2021-05-02 14:45:17 +02:00
parent 23c3a24672
commit caeec30509
16 changed files with 493 additions and 1 deletions

View file

@ -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],
];