From 39963bae96b884384ba4b8e04eb130f6d571ae9f Mon Sep 17 00:00:00 2001 From: Radoom <83748736+Radoom@users.noreply.github.com> Date: Sun, 26 Oct 2025 13:40:04 +0100 Subject: [PATCH] Updated Registration with captcha (markdown) --- Registration-with-captcha.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Registration-with-captcha.md b/Registration-with-captcha.md index 6dc669f..d61b60c 100644 --- a/Registration-with-captcha.md +++ b/Registration-with-captcha.md @@ -25,7 +25,7 @@ After filling the captcha, the site doesn't immediately show the token but tries ``` signal-cli -a $PHONE_NR register --captcha what_you_copied ``` -and it will look a bit like: +and it will look a bit like below (Note: don't put the signalcaptcha://... bit in quotes, otherwise it will be considered invalid): ``` signal-cli -a $PHONE_NR register --captcha "signalcaptcha://signal-recaptcha-v2.someshortercode.registration.someverylongcode" ```