How to allow email from specific domain only on register

Hi, i am using dektrium user module.

On registration, i want to validate so only email from specific domain will be accepted.

How to achieve this?

Thx.

You may modify the validation of the e-mail address for registration.

I guess it should be a simple "email" validator now, but you can add some "match" validator that suits your needs.