Use challenge captchas for proof required exception
This commit is contained in:
parent
9b102c49d0
commit
b07200342a
@ -65,7 +65,7 @@ public class ErrorUtils {
|
|||||||
+ (
|
+ (
|
||||||
failure.getOptions().contains(ProofRequiredException.Option.RECAPTCHA)
|
failure.getOptions().contains(ProofRequiredException.Option.RECAPTCHA)
|
||||||
?
|
?
|
||||||
"To get the captcha token, go to https://signalcaptchas.org/registration/generate.html\n"
|
"To get the captcha token, go to https://signalcaptchas.org/challenge/generate.html\n"
|
||||||
+ "Check the developer tools (F12) console for a failed redirect to signalcaptcha://\n"
|
+ "Check the developer tools (F12) console for a failed redirect to signalcaptcha://\n"
|
||||||
+ "Everything after signalcaptcha:// is the captcha token.\n"
|
+ "Everything after signalcaptcha:// is the captcha token.\n"
|
||||||
+ "Use the following command to submit the captcha token:\n"
|
+ "Use the following command to submit the captcha token:\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user