Yuriy Tabolin
Yuriy Tabolin
My issue is the same as https://github.com/unosquare/passcore/issues/601, but I can't downgrade to 4.2.3, because in 4.2.3 I have an error "Null" when I use zxcvbn library (use MinimumScore > 0).
Seems changing to `else if ((_options.Recaptcha != null) && (string.IsNullOrEmpty(recaptchaResponse) != true))` worked. Thanks!
Faced with the same issue on ansible 2.16.8 in docker container with alpine linux 3.20. As a workaround for me, I added `serial: 70` to decrease the number of hosts...