cuddly-plastic-72839
08/18/2023, 10:26 AMmax_breaches
?bland-eye-99092
08/18/2023, 10:31 AMlimited-photographer-61008
08/18/2023, 12:11 PMcuddly-plastic-72839
08/18/2023, 12:31 PMbland-eye-99092
08/18/2023, 12:33 PMred-daybreak-60329
08/23/2023, 8:22 AMlimited-photographer-61008
10/04/2023, 2:18 PMmax_breaches
is set to 1
by default. Does this mean that the password is allowed to have been in one breach?bland-eye-99092
10/04/2023, 3:46 PMlimited-photographer-61008
10/04/2023, 4:01 PM0
. I think it would be a good idea to make that the default for any new project.
We had a pen tester tell us that the “leaked password check didn’t seem to be functioning”. So it could be that, or I’m wondering if due to the ignore_network_errors: true
, they overwhelmed the system or something and the passwords weren’t being checked properly. I’ll try to get more info.bland-eye-99092
10/04/2023, 4:03 PMI think it would be a good idea to make that the default for any new project.Agreed. Thanks for pointing this out.
I’ll try to get more info.That would be great.
limited-photographer-61008
10/04/2023, 4:10 PMmax_breaches
to 0
, and now there is no longer a value in the identity-config
used to be
"password": {
"config": {
"haveibeenpwned_enabled": true,
"identifier_similarity_check_enabled": true,
"ignore_network_errors": true,
"max_breaches": 1,
"min_password_length": 10
},
"enabled": true
},
But now is
"password": {
"config": {
"haveibeenpwned_enabled": true,
"identifier_similarity_check_enabled": true,
"ignore_network_errors": true,
"min_password_length": 10
},
"enabled": true
},
Can you please verify that the value is 0
now?bland-eye-99092
10/04/2023, 4:11 PMlimited-photographer-61008
10/04/2023, 4:12 PM