18F / dol-whd-14c

The 14(c) system will become a modern, digital-first service. Applicants will be provided an intuitive online experience, guiding them through the information needed to complete their application correctly.
Other
16 stars 17 forks source link

Ensure email validation rules are implemented correctly. Use OWASP email validation rule. #849

Closed mmurthydol closed 5 years ago

mmurthydol commented 5 years ago

https://www.owasp.org/index.php/OWASP_Validation_Regex_Repository Email validation regex: ^[a-zA-Z0-9+&*-]+(?:.[a-zA-Z0-9+&-]+)@(?:[a-zA-Z0-9-]+.)+[a-zA-Z]{2,7}$]

Acceptance Criteria

Functionality

Accessibility

N/A

PrabhakarThummalaDOL commented 5 years ago

Fixed. Now the User Registration Email is validated same as Application Contact Email.

binwang89 commented 5 years ago

@PrabhakarThummalaDOL @mmurthydol see the screenshot from testing image

after i corrected the email address image

PrabhakarThummalaDOL commented 5 years ago

Created a new story #876 for the uncompleted part of the story.