Custom username validation
Component type
Maintenance status
Development status
Downloads
Component created
Component changed
For a customer, i needed to validate the username against a german phone number, so i wrote this little module that allows to define a validation pattern for the username on registration. it's also possible to customize the error message on validation failure.
Other modules can make use of the validation as well using the function:
custom_username_validation_validate_username($username)
