2018-12-04 15-14-52
João Francisco Girão
E-mail data validation should verify the whole address
422
Views
1
Comments
New
Frontend (App Interfaces)

When you have an e-mail data field and you have client-side validations turned on, OS built-in functions only check if you have an '@' written.

Well, that accepts strings like 'john@'.

By default, e-mail validation should check if there is a string, followed by an '@', followed by another string, a '.' and finally the last string, like every standard e-mail (something like this: 'john@something.com').

2014-02-07 17-02-43
Vasco Pessanha
Changed the category to
Frontend