From c5372732f6a15fe71b972d359d8976c1adc7e0da Mon Sep 17 00:00:00 2001 From: Sebastian Scheibner Date: Sat, 23 Nov 2024 18:07:42 +0100 Subject: [PATCH] Updated Registration with captcha (markdown) --- Registration-with-captcha.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Registration-with-captcha.md b/Registration-with-captcha.md index c999fed..6dc669f 100644 --- a/Registration-with-captcha.md +++ b/Registration-with-captcha.md @@ -23,11 +23,11 @@ After filling the captcha, the site doesn't immediately show the token but tries * After a short moment, a link will appear underneath the captcha called "Open Signal". * Get the token by right clicking on it and clicking: `copy url`. You can paste that directly into: ``` -signal-cli -u $PHONE_NR register --captcha what_you_copied +signal-cli -a $PHONE_NR register --captcha what_you_copied ``` and it will look a bit like: ``` -signal-cli -u $PHONE_NR register --captcha "signalcaptcha://signal-recaptcha-v2.someshortercode.registration.someverylongcode" +signal-cli -a $PHONE_NR register --captcha "signalcaptcha://signal-recaptcha-v2.someshortercode.registration.someverylongcode" ``` * Then you should receive an sms with a verification code. Copy only the 6 digits and enter them in the CLI like: ``` @@ -35,7 +35,7 @@ signal-cli -a $PHONE_NR verify 123456 ``` * That should be it, now you should be able to send a message with: ```bash -signal-cli -a ACCOUNT send -m "This is a message" ACCOUNT +signal-cli -a ACCOUNT send -m "This is a message" RECIPIENT_NUMBER ``` 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