validateRegistrationForm[Permalink]validateRegistrationForm() hookA hook that validates the input into the user registration form to make sure that the input is valid. Signaturefunction validateRegistrationForm( array $values ) : mixed Parameters
Example
Validation via the Users table Delegate classNote that since the registration form is just a "new record form" for the users table, it is also possible (and preferred) to do validation through the users table delegate class?. See Also
|