mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 18:58:46 +02:00
We only need one user provider.
This commit is contained in:
parent
95415dc880
commit
f0fb4a3deb
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,6 @@ security:
|
|||
|
||||
# https://symfony.com/doc/current/security.html#where-do-users-come-from-user-providers
|
||||
providers:
|
||||
in_memory: { memory: null }
|
||||
|
||||
# used to reload user from session & other features (e.g. switch_user)
|
||||
app_user_provider:
|
||||
|
@ -32,6 +31,7 @@ security:
|
|||
|
||||
# https://symfony.com/doc/current/security/form_login_setup.html
|
||||
form_login:
|
||||
|
||||
login_path: login
|
||||
check_path: login
|
||||
csrf_token_generator: security.csrf.token_manager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue