Mariusz Kopylec
Mariusz Kopylec
My first thought was a code generator
For sure there are plenty of java code generators. I'll check them out and see if any is suitable for out case.
Just set `recaptcha.security.loginFailuresThreshold` to `0`.
Can you check this using: https://github.com/mkopylec/recaptcha-spring-boot-starter-samples ?
I need to investigate it on my own. If I'll need some code from you I'll let you know.
You have to do two things to get it work. Set login failures treshold to 0 in application.yml: ```yaml recaptcha: security: login-failures-threshold: 0 ``` Remove the condition for displaying reCaptcha...
I've tested it using https://github.com/mkopylec/recaptcha-spring-boot-starter-samples The sample uses in-memory users and also counts login failures in-memory. It works that way. If you are using database instead in-memory storage it should...
It still gives me the error: 
Can you please try it yourself?
Ok, I'm waiting for this to be fixed. Let me know when you will start working on the issue.