Skip to content
This repository has been archived by the owner on Feb 24, 2022. It is now read-only.

Validation - Email fields #42

Open
porta-antiporta opened this issue Jan 10, 2022 · 4 comments
Open

Validation - Email fields #42

porta-antiporta opened this issue Jan 10, 2022 · 4 comments
Assignees

Comments

@porta-antiporta
Copy link
Collaborator

porta-antiporta commented Jan 10, 2022

Email validation controls

  • Error messages - at minimum meets WCAG 2.1 standards level AA.
  • (To confirm with USPS) Check MX record of domain name
@hartsick
Copy link
Contributor

Blocking on USPS requirements for email validation, but we can do a basic format check before those are resolved

@porta-antiporta
Copy link
Collaborator Author

Takkng out checking MX record from this ticket. If we need it, will open a separate one.

@porta-antiporta
Copy link
Collaborator Author

porta-antiporta commented Jan 10, 2022

Also, given ours is also rails app, recommend trying to leverage what was used for login.gov's IDP.

@hartsick
Copy link
Contributor

it looks like IDP uses this gem: https://github.com/hallelujah/valid_email, which defaults to regex but optionally allows for MX validation if service provided

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants