add user management

This commit is contained in:
team 1
2026-05-11 14:47:31 +02:00
parent acb1082398
commit e13d584025
13 changed files with 556 additions and 8 deletions

View File

@@ -17,6 +17,7 @@ security:
lazy: true
provider: app_user_provider
user_checker: App\Security\ActiveUserChecker
access_denied_handler: App\Security\AccessDeniedHandler
context: retriex_user_area
form_login:
@@ -39,6 +40,7 @@ security:
lazy: true
provider: app_user_provider
user_checker: App\Security\ActiveUserChecker
access_denied_handler: App\Security\AccessDeniedHandler
context: retriex_user_area
form_login: