From 2beedb59cd6d2a95459b611459397e84175c0b7e Mon Sep 17 00:00:00 2001 From: AsamK Date: Wed, 27 Oct 2021 21:03:58 +0200 Subject: [PATCH] Updated Registration with captcha (markdown) --- Registration-with-captcha.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Registration-with-captcha.md b/Registration-with-captcha.md index 872b2ee..62333bd 100644 --- a/Registration-with-captcha.md +++ b/Registration-with-captcha.md @@ -3,6 +3,8 @@ If your IP address is not deemed trustworthy enough, the registration fails with To get the token, go to https://signalcaptchas.org/registration/generate.html +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 show the token but redirects to a `signalcaptcha://` url that contains the token. On mobile devices that url is handled by the apps. To see the URL you can open the browser developer tools (F12) before completing the captcha. Hint: Enable the option "Persist Logs" in the "Console Settings" to prevent clearing the console each time navigating to a new page.