I don't think the email validator (app/models/concerns/external_email_validator.rb) is working, at least in development.
I had an error in the membership sync rake task that was causing internal users to be created as external contacts which should have violated the validations but wasn't.
I don't think the email validator (
app/models/concerns/external_email_validator.rb
) is working, at least in development.I had an error in the membership sync rake task that was causing internal users to be created as external contacts which should have violated the validations but wasn't.