Updated Registration with captcha (markdown)

Sebastian Scheibner 2022-06-11 12:45:09 +02:00
parent 3636166cec
commit 5c2a520ba4

@ -10,13 +10,13 @@ To see the URL you can open the browser developer tools (F12) before completing
Hint: Enable the option "Persist Logs" in the "Console Settings" to prevent clearing the console each time navigating to a new page.
Check the console in the developer tools for a redirect starting with `signalcaptcha://`
Everything after `signalcaptcha://` is the captcha token.
Everything after `signalcaptcha://` is the captcha token (INCLUDING the `signal-recaptcha-v2.6LfBXs0bAAAAAAjkDyyI1Lk5gBAUWfhI_bIyox5W.registration` part).
![](https://user-images.githubusercontent.com/292790/113993106-a8cd5280-9886-11eb-9380-4afe7b71482f.png)
Then execute the `register` command again with the `--captcha` argument (https://github.com/AsamK/signal-cli/blob/master/man/signal-cli.1.adoc#register)
```
signal-cli -u USERNAME register --captcha 03AG...Uonw
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).