mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Update captcha help text
This commit is contained in:
parent
7887a5a613
commit
101c217ef8
3 changed files with 4 additions and 6 deletions
|
@ -105,8 +105,7 @@ public class CommandUtil {
|
|||
message = """
|
||||
Captcha required for verification, use --captcha CAPTCHA
|
||||
To get the token, go to https://signalcaptchas.org/registration/generate.html
|
||||
Check the developer tools (F12) console for a failed redirect to signalcaptcha://
|
||||
Everything after signalcaptcha:// is the captcha token.""";
|
||||
After solving the captcha, right-click on the "Open Signal" link and copy the link.""";
|
||||
} else {
|
||||
message = "Invalid captcha given.";
|
||||
}
|
||||
|
|
|
@ -90,8 +90,7 @@ public class SendMessageResultUtils {
|
|||
failure.getOptions().contains(ProofRequiredException.Option.RECAPTCHA)
|
||||
? """
|
||||
To get the captcha token, go to https://signalcaptchas.org/challenge/generate.html
|
||||
Check the developer tools (F12) console for a failed redirect to signalcaptcha://
|
||||
Everything after signalcaptcha:// is the captcha token.
|
||||
After solving the captcha, right-click on the "Open Signal" link and copy the link.
|
||||
Use the following command to submit the captcha token:
|
||||
signal-cli submitRateLimitChallenge --challenge CHALLENGE_TOKEN --captcha CAPTCHA_TOKEN"""
|
||||
: ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue