This module controls user registration based on the domain of the email address provided. You can configure it to either allow or restrict registrations from specific email domains, displaying a custom error message if the domain is not permitted.
An extremely light weight module which either allows or restricts registration on your site based on the persons email address domain.
Setup Instructions:
- Install the module
- visit 'admin/config/system/domain_register'
- Choose if you want to only allow, or disallow the domains from registering
- Enter the domain names you wish to allow/deny (one per line) in the format of 'foo.com'. Wildcards are allowed.
- Enter the error message you wish to show to the end user if the email address doesn't validate
- That's it!