From 77460a3a14d3b9013e2d823d048e142cd944c2d0 Mon Sep 17 00:00:00 2001 From: queuemail Date: Tue, 11 Jul 2023 20:47:13 +0200 Subject: [PATCH] Docs v1.4 --- commons.js | 12 ++++++++++++ index.html | 2 +- xrequestnewpassword.md | 7 +++++-- xsignup.md | 9 ++++++--- 4 files changed, 24 insertions(+), 6 deletions(-) diff --git a/commons.js b/commons.js index 6169fda..b3ed492 100644 --- a/commons.js +++ b/commons.js @@ -169,3 +169,15 @@ function onRecaptchaResponseExpiry() { document.getElementById("msgsignUp").innerHTML = 'Captcha expired. Try again, please.'; } + + function reloadCaptcha() + { + grecaptcha.render('idrecap', { + 'sitekey' : '6LcIhKImAAAAADT1PcVk7CNyLn5goUuOKuUOj5Tb', + 'callback' : onRecaptchaSuccess, + 'expired-callback' : onRecaptchaResponseExpiry, + 'error-callback' : onRecaptchaError + }); + + document.getElementById("msgrecap").style.display = 'none'; + } diff --git a/index.html b/index.html index ce2a83d..8f4dacb 100644 --- a/index.html +++ b/index.html @@ -75,7 +75,7 @@
Loading...
diff --git a/xrequestnewpassword.md b/xrequestnewpassword.md index ac80e4d..7ab69ad 100644 --- a/xrequestnewpassword.md +++ b/xrequestnewpassword.md @@ -14,18 +14,21 @@

-

+
+ (If recaptcha does not appear, please, click here) +

- +
+ diff --git a/xsignup.md b/xsignup.md index 2cd4bcc..9e96a3d 100644 --- a/xsignup.md +++ b/xsignup.md @@ -16,20 +16,23 @@

-

-

+
+
+ (If recaptcha does not appear, please, click here) +

- +
If you are already registered and don't remeber your passwor, please [get a new password here](xrequestnewpassword.md). +