CodeIgniter-Aauth icon indicating copy to clipboard operation
CodeIgniter-Aauth copied to clipboard

valid_email() deprecated

Open markpape opened this issue 3 years ago • 0 comments

Good day,

As per https://www.codeigniter.com/userguide3/helpers/email_helper.html?highlight=email%20helper

Should we update line 207 of Aauth.php to use filter_var('[email protected]', FILTER_VALIDATE_EMAIL)?

markpape avatar Jul 16 '20 17:07 markpape