Forgot password

This commit is contained in:
Frank
2026-01-03 22:57:45 +01:00
parent c8b0a6e966
commit 499e699dbd
23 changed files with 556 additions and 6 deletions

View File

@@ -16,4 +16,5 @@ return [
Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true],
Symfony\Bundle\MercureBundle\MercureBundle::class => ['all' => true],
SymfonyCasts\Bundle\VerifyEmail\SymfonyCastsVerifyEmailBundle::class => ['all' => true],
SymfonyCasts\Bundle\ResetPassword\SymfonyCastsResetPasswordBundle::class => ['all' => true],
];

View File

@@ -0,0 +1,2 @@
symfonycasts_reset_password:
request_password_repository: App\Tech\Repository\ResetPasswordRequestRepository

View File

@@ -7,7 +7,7 @@ security:
app_user_provider:
entity:
class: App\Tech\Entity\User
property: email
property: username
firewalls:
dev:
pattern: ^/(_(profiler|wdt)|css|images|js)/
@@ -20,7 +20,7 @@ security:
login_path: app_login
check_path: app_login
enable_csrf: true
username_parameter: email
username_parameter: username
password_parameter: password
logout:
path: app_logout