From 5c2a520ba412d0bb20a4de847207c55a2f5dc677 Mon Sep 17 00:00:00 2001 From: Sebastian Scheibner Date: Sat, 11 Jun 2022 12:45:09 +0200 Subject: [PATCH] Updated Registration with captcha (markdown) --- Registration-with-captcha.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Registration-with-captcha.md b/Registration-with-captcha.md index 62333bd..508ca45 100644 --- a/Registration-with-captcha.md +++ b/Registration-with-captcha.md @@ -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).