email validation

edited August 2011 in Bug Reports
I'm following the tutorial here :http://www.getfuelcms.com/user_guide/modules/tutorial and I was trying to enter an email address with a .info TDL and it failed validation for an author. Not sure if that's with how you're validation works or CI's validation.

-Brad

Comments

  • edited 3:19AM
    It looks like there may be an issue with the validator_helpers valid_email function. What happens if you change the last part of the regular expression from {2,3} to {2,4} on line 29 of the fuel/application/helpers/validator_helper.php file?
  • edited 3:19AM
    That seemed to work. Thanks for the fix.
    I'm amazed at how fast you reply to questions on here.

    -Brad
  • edited 3:19AM
    No problem... I'll post that fix in the repo.
Sign In or Register to comment.