mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-04 02:05:16 +02:00
Added an option for mass creation of structured data.
This commit is contained in:
parent
51be176418
commit
87e6f641c3
18 changed files with 177 additions and 24 deletions
|
@ -1,6 +1,6 @@
|
|||
security:
|
||||
encoders:
|
||||
App\Entity\User:
|
||||
App\Entity\UserSystem\User:
|
||||
algorithm: auto
|
||||
|
||||
# https://symfony.com/doc/current/security.html#where-do-users-come-from-user-providers
|
||||
|
@ -8,7 +8,7 @@ security:
|
|||
# used to reload user from session & other features (e.g. switch_user)
|
||||
app_user_provider:
|
||||
entity:
|
||||
class: App\Entity\User
|
||||
class: App\Entity\UserSystem\User
|
||||
property: name
|
||||
firewalls:
|
||||
dev:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue