Re: Validation: dashes in email fail

2008-09-29 Thread JuergenRiemer
Thanks for the link. I already found the problem: I sanitized all data before writing it to the database thus the dash was escaped and the validation failed as it should. Juergen On 29 Sep., 09:44, "glenda guo" <[EMAIL PROTECTED]> wrote: > You can reference this > pagehttp://cakebaker.42dh.com/2

Re: Validation: dashes in email fail

2008-09-29 Thread glenda guo
You can reference this page http://cakebaker.42dh.com/2007/01/03/validation-with-cakephp-12/ On Mon, Sep 29, 2008 at 3:22 PM, JuergenRiemer <[EMAIL PROTECTED]>wrote: > > Hi, > > afaik dashes are allowed in email adresses; why does the validation > module let them fail? do I overlook sg here, I am

Validation: dashes in email fail

2008-09-29 Thread JuergenRiemer
Hi, afaik dashes are allowed in email adresses; why does the validation module let them fail? do I overlook sg here, I am a bit puzzled since this validation should be quite well elaborated by now and I found just one post in that concern that wasn't really answered. Validation fails with and wit