Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
master
-
Patch
Description
When edit user email address, and input the incorrect email address,
there are two kinds of error message:
1.Input .@ab.ab, there is error message:
Invalid email address
JsValidateEmail.jpg
2.Input a@ab.ab, there is error message:
Please provide valid email address.
JavaValidateEmail.jpg
It is not reasonable when email address passed front-end validation,
but failed back-end validation.
So front-end and back-end email address regular expression should be the same,
and add hint message for user to fill email address.
Attachments
Attachments
Issue Links
- links to