Skip to content

Commit f799462

Browse files
committed
Disable Symfony check for compromised password
1 parent d60617f commit f799462

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

config/packages/validator.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ framework:
55
#auto_mapping:
66
# App\Entity\: []
77

8+
# Disable HTTP calls to check for compromised passwords.
9+
# Dirigent should be secure, but it also needs to always work offline for now.
10+
# todo add offline mode
11+
# todo analyze if this is a good and secure way to check for compromised passwords
12+
not_compromised_password: false
13+
814
when@test:
915
framework:
1016
validation:
11-
not_compromised_password: false
17+
#not_compromised_password: false

0 commit comments

Comments
 (0)