Extends the Member Profile page to limit who can register based on their email address
This module is a simple extension to the SilverStripe Member Profile Pages Module. It adds the ability to limit user
registrations to specific domains.
Let's say you only want employees of a specific organisation organisation to be able to create a user profile, you can
limit registration to users with a @example.com email address. Or let's say you only want New Zealand students or their
teachers to have an account, you can restrict registrations to users with a *.school.nz account.
You can define a single allowed domain or many. You can also explictely disallow domains.
This module is not a fork of the Member Profile Pages Module. It's an extension.
composer require firebrandhq/domain-specific-memberprofiles
Make sure to run a dev/build
after installing the module.
*.example.com
)Although not strictly required, you probably want to enable Email Validation for you profile page otherwise users can
pretend to have access to a valid email.
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem