Skip to content

Commit

Permalink
Merge pull request #2221 from alphagov/ZD5545187-allow-emails-with-do…
Browse files Browse the repository at this point in the history
…main-ukaea-test-accounts

ZD5545187: Add the domain ukaea.uk to allow list
  • Loading branch information
jonathan-ryding authored Nov 6, 2023
2 parents 85eadbb + 9c4721b commit 892291b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public class EmailValidator {
"sssc.uk.com",
"tfgm.com",
"ucds.email",
"ukaea.uk",
"uksbs.co.uk",
"wmca.org.uk",
"york.ac.uk"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ static Collection<Object[]> data() {
{"valid@sssc.uk.com", true},
{"valid@tfgm.com", true},
{"valid@ucds.email", true},
{"valid@ukaea.uk", true},
{"valid@uksbs.co.uk", true},
{"valid@wmca.org.uk", true},
{"valid@york.ac.uk", true},
Expand Down Expand Up @@ -143,6 +144,7 @@ static Collection<Object[]> data() {
{"valid@subdomain.socialworkengland.org.uk", true},
{"valid@subdomain.tfgm.com", true},
{"valid@subdomain.ucds.email", true},
{"valid@subdomain.ukaea.uk", true},
{"valid@subdomain.uksbs.co.uk", true},
{"valid@subdomain.sssc.uk.com", true},
{"valid@subdomain.wmca.org.uk", true},
Expand Down

0 comments on commit 892291b

Please sign in to comment.