From b5370ecc0b3f613b8802399834fac80eca1e4fb9 Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Sat, 28 Oct 2023 03:16:49 +0530 Subject: [PATCH] feat: nojs usage instructions --- .../user-manual/how-to-mcaptcha-without-js.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 content/docs/user-manual/how-to-mcaptcha-without-js.md diff --git a/content/docs/user-manual/how-to-mcaptcha-without-js.md b/content/docs/user-manual/how-to-mcaptcha-without-js.md new file mode 100644 index 0000000..0adcde2 --- /dev/null +++ b/content/docs/user-manual/how-to-mcaptcha-without-js.md @@ -0,0 +1,22 @@ +--- +title: "Use mCaptcha without JavaScript" +description: "Instructions to solve mCaptcha with JavaScript disabled" +lead: "" +date: 2023-10-27T08:48:45+00:00 +lastmod: 2023-10-27T08:48:45+00:00 +draft: false +menu: + docs: + parent : "user-manual" +--- + +To use mCaptcha without JavaScript: + + +1. Install mCaptcha CLI too. Please see [here](./cli) for instructions. +2. Copy the URL of the protected page +3. Run mCaptcha CLI with that URL: + ```bash + mcapthca-cli protected-page + ``` +4. Copy authorization code and paste it in the form