You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when someone wants to register, we check his/her email address using a regular expression. This is a problem because:
The current regular expression doesn’t look good. For example, it doesn’t match the rather frequently used character + (hence the bug label of this issue).
Using a regular expression is not good in the first place, because there are no correct regular expressions for emails.
So: better send a confirmation link by email instead.
The text was updated successfully, but these errors were encountered:
jiru
added
the
bug
Issue that describes a problem with a feature that doesn't work as expected.
label
Oct 18, 2018
Currently, when someone wants to register, we check his/her email address using a regular expression. This is a problem because:
+
(hence thebug
label of this issue).So: better send a confirmation link by email instead.
The text was updated successfully, but these errors were encountered: