Updated Registration with captcha (markdown)

Sebastian Scheibner 2024-11-23 18:07:42 +01:00
parent 20f9b72c09
commit c5372732f6

@ -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).