HappyWorld
Well-known member
HappyWorld submitted a new resource:
Email Validation Rule - Use custom email validation rule such as regular expression.
Read more about this resource...
Email Validation Rule - Use custom email validation rule such as regular expression.
Do you need regular expression to validate user's email?
Now you can do it, using a file edit
- Please backup the file before modifying
You must edit this file :
Code:/library/XenForo/Helper/Email.php
Find these lines :
PHP:public static function isEmailValid($email) { $validator = new Zend_Validate_EmailAddress(); $validator->getHostnameValidator() ->setValidateTld(false) ->setValidateIdn(false); return...
Read more about this resource...
Last edited: