Add validation to verify email form

Created on 24 March 2025, 12 days ago

Problem/Motivation

Before attempting to send a validation email, we should verify that email address entered passes basic email address rules.

Proposed resolution

Use the email.validator service to sanity check the email address, and fail form validation if it doesn't pass.

Note: validation should only check that address is a correctly formatted email address, not that the address actually exists.

Remaining tasks

  • Add service to VerifyEmailForm
  • Implement validate method of form
  • Check submitted email address with service
  • Fail validation if service validation fails
  • Add test to ensure validation rejects invalid email addresses

User interface changes

Form will display error message if email address fails validation.

API changes

None

Data model changes

None

📌 Task
Status

Active

Version

1.0

Component

Code

Created by

🇮🇪Ireland lostcarpark

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024