We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d60617f commit f799462Copy full SHA for f799462
1 file changed
config/packages/validator.yaml
@@ -5,7 +5,13 @@ framework:
5
#auto_mapping:
6
# App\Entity\: []
7
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
+
14
when@test:
15
framework:
16
validation:
- not_compromised_password: false
17
+ #not_compromised_password: false
0 commit comments