11% battery 😛
Registration Form Bug
-
On the registration page, in the email field if you put @ after anything, the form will accept it. The form should check for a valid email address by verifying something like [email protected] but it is also accepting anything@ as a valid email address.
-
Not a bug.
Please look here:
Register and form validation · Issue #2989 · NodeBB/NodeBB
Issues on Register form: alert-success needs a refresh (see #2973) a@@mail.com, [email protected], c@ are recognized as valid [email protected] should be refused as +phrase is used to stop spam only and is not really a new mail accou...
GitHub (github.com)
-
But why ? Why only check for @ in an email address ? This is so wrong.