requires=IS_LOWER(),IS_EMAIL()
On Sep 17, 4:40 pm, "david.waldrop" <david.wald...@gmail.com> wrote: > is there an easy way to force email address in the basic auth > mechanism to always be lower case. I am capturing emails in another > form and am worried about explicit case matching. I know I can define > a custom table, but was wondering if there was a simpler way.