diff --git a/README.md b/README.md index 119db7e..eb9794f 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,11 @@ The Detailed Design Document containing the initial specifications of this plugi * Removed unused admin pages * Fixed issue where site is broken when plugin is first loaded because of no installed dependencies * Check for expired members when member table is loaded, set them to expired + * Registration form blocks submission for bad username (#130) * **Known Bugs and Defects** * No email alerts are sent to non-recurring members when membership expires (#135) * When non-recurring members expire, they do not immediately transition into an 'Expired' status. This only happens the next time the member table is loaded after they expire. We don't have a good way to trigger this to happen. Recurring members get triggered by a Stripe expiration event. - * Registration form still allows you to submit when username field is red (#130) - * Login may fail when logged into another (non-DecaturMakers) Google account (#44) + * Login may fail when logged into another (non-DecaturMakers) Google account. This may not be an issue with the new G Suite plugin suggested below (#44) ### v0.6 2017-04-17 * **New Features** diff --git a/front-end-pages/registration-form/registration-form.html b/front-end-pages/registration-form/registration-form.html index 6b45f7e..1d5cbb4 100644 --- a/front-end-pages/registration-form/registration-form.html +++ b/front-end-pages/registration-form/registration-form.html @@ -1,44 +1,66 @@ @@ -67,7 +89,7 @@

Register as Member

-
+
@@ -76,57 +98,16 @@

Register as Member

- - -
- - -
-

Must be 8 characters.

-

This field is required.

+
+
+ +
-
-
- - -
-

This field is required.

-

Must be 8 characters.

-

The fields do not match.

+
+ + +
@@ -147,7 +128,7 @@

Register as Member

- +