You would need to implement a tiny custom module that added a validate handler to the registration form using hook_form_alter(). If the email did not meet the requirements it would form_set_error() with a suitable message and the form would be displayed again along with the message.
Interesting. Is this "tiny custom module" available? Just curious, using such a module, would it allow me to restrict registrations to say .edu domains?
Comments
You would need to implement
You would need to implement a tiny custom module that added a validate handler to the registration form using hook_form_alter(). If the email did not meet the requirements it would form_set_error() with a suitable message and the form would be displayed again along with the message.
gpk
----
www.alexoria.co.uk
gpk
----
www.alexoria.co.uk
Interesting. Is this "tiny
Interesting. Is this "tiny custom module" available? Just curious, using such a module, would it allow me to restrict registrations to say .edu domains?