What would you suggest is the best way to extend the Spark registration validation to validate the email address used to stop the user registering with a specific domain name?
Obviously, I don't want to directly modify the core files, just extend the functionality.
I basically need to run a check during validation to see if a user has used a specific domain name in their email, and if so, redirect/use Vue, with an error message.