From 4e8ecc0ebde3342c35cbe114c42b052cd970518c Mon Sep 17 00:00:00 2001 From: Sebastian Scheibner Date: Fri, 17 May 2024 19:30:23 +0200 Subject: [PATCH] Updated Registration with captcha (markdown) --- Registration-with-captcha.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Registration-with-captcha.md b/Registration-with-captcha.md index 4d162f9..8e8d90d 100644 --- a/Registration-with-captcha.md +++ b/Registration-with-captcha.md @@ -8,11 +8,13 @@ When you have the captcha code, execute the `register` command again with the `- signal-cli -u USERNAME register --captcha signal-recaptcha...03AG...Uonw ``` -If you do not get any error, you can proceed with the verify command. If you get the error `Invalid captcha given.`, try to get the captcha again (the captcha is good for a short period of time). +If you do not get any error, you can proceed with the verify command. If you get the error `Invalid captcha given.`, try to get the captcha again (the captcha is only valid for a short period of time). ## Get captcha token To get the token, go to https://signalcaptchas.org/registration/generate.html +You need to open the page on the same device that runs the signal-cli register command (or at least a device that has the same external IP address). + (If the token from that page doesn't work, you can try https://signalcaptchas.org/challenge/generate.html) After filling the captcha, the site doesn't immediately show the token but tries to redirect to a `signalcaptcha://` url that contains the token. @@ -34,4 +36,5 @@ signal-cli -a $PHONE_NR verify 123456 ```bash signal-cli -a ACCOUNT send -m "This is a message" ACCOUNT ``` -* Note that this will disable the authentication of your phone/main device. If you want to use your phone and signal-cli at the same time, you can follow [these instructions](https://github.com/AsamK/signal-cli/wiki/Linking-other-devices-%28Provisioning%29). \ No newline at end of file + +Note that this will disable the authentication of your phone/main device. If you want to use your phone and signal-cli at the same time, you can follow [these instructions](https://github.com/AsamK/signal-cli/wiki/Linking-other-devices-%28Provisioning%29). \ No newline at end of file