mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Use plaintext password encoding in test environment.
That speeds up tests alot.
This commit is contained in:
parent
56dbc96607
commit
e66fcc85fc
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
||||||
# config/packages/test/security.yaml
|
# config/packages/test/security.yaml
|
||||||
security:
|
security:
|
||||||
|
|
||||||
|
# Disable password hashing during testing. This speeds up tests a lot
|
||||||
|
encoders:
|
||||||
|
App\Entity\UserSystem\User:
|
||||||
|
algorithm: plaintext
|
||||||
|
|
||||||
firewalls:
|
firewalls:
|
||||||
# replace 'main' by the name of your own firewall
|
# replace 'main' by the name of your own firewall
|
||||||
main:
|
main:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue