From cae9e1bc617f78d656ad4814c230b8cc6db37d15 Mon Sep 17 00:00:00 2001 From: gumi Date: Wed, 31 Oct 2018 14:31:06 -0400 Subject: add a password reset form --- src/register.html | 69 +++++++----- src/reset.html | 313 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 357 insertions(+), 25 deletions(-) create mode 100644 src/reset.html (limited to 'src') diff --git a/src/register.html b/src/register.html index 6842475..32b65bc 100644 --- a/src/register.html +++ b/src/register.html @@ -124,11 +124,6 @@ border: 1px solid #aaa; } - .grecaptcha-badge { - margin-bottom: 2em; - margin-top: 2em; - } - .container > form.error .status { display: block!important; } @@ -138,6 +133,10 @@ background-color: #FDD!important; } + /*input:focus:required:valid { + background-color: greenyellow!important; + }*/ + .warning { color: #fff; margin: 1em; @@ -195,34 +194,35 @@
-
- + data-callback="onCaptchaCompletion" + data-size="invisible"> +
+
+
- + diff --git a/src/reset.html b/src/reset.html new file mode 100644 index 0000000..8e334e0 --- /dev/null +++ b/src/reset.html @@ -0,0 +1,313 @@ + + + + + + The Mana World + + + + + + +
+
+

The Mana World

+

Password reset

+ ... +
+ +
+
+ +
+
+
+ +
+
+
+
+ + + + -- cgit v1.2.3-70-g09d2