From 5076849edf5e253568c5eae37ba290e17e34d7c1 Mon Sep 17 00:00:00 2001 From: shimingxy Date: Fri, 15 May 2020 13:18:15 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=AA=8C=E8=AF=81=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/_includes/navigation.html | 1 + docs/authn/captcha.md | 181 ++++++++++++++++++ docs/images/authn/captcha_arithmetic.png | Bin 0 -> 13692 bytes docs/images/authn/captcha_text.png | Bin 0 -> 13559 bytes maxkey-web-maxkey/src/main/webapp/NewFile.jsp | 12 ++ 5 files changed, 194 insertions(+) create mode 100644 docs/authn/captcha.md create mode 100644 docs/images/authn/captcha_arithmetic.png create mode 100644 docs/images/authn/captcha_text.png create mode 100644 maxkey-web-maxkey/src/main/webapp/NewFile.jsp diff --git a/docs/_includes/navigation.html b/docs/_includes/navigation.html index 5fae77e8..ef0d694b 100644 --- a/docs/_includes/navigation.html +++ b/docs/_includes/navigation.html @@ -16,6 +16,7 @@
  • 登录集成