Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Jeff Farthing

    (@jfarthing84)

    Wasn’t aware of this. Does this same behavior happen while using wp-login.php?

    Thread Starter charliebrimm

    (@charliebrimm)

    I can login using an email address with caps in it. After that worked I started hunting around and discovered that the reg page was customized with a regex that doesn’t include caps on the email.
    (“/^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,4})$/”, $email)
    So that’s the problem. Thanks for responding!

    Plugin Author Jeff Farthing

    (@jfarthing84)

    So, is this a TML problem or WP problem?

    Thread Starter charliebrimm

    (@charliebrimm)

    Neither really. It appears that a previous dev that customized the TML registration page didn’t allow for uppercase in email address entry.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘invalid email address’ is closed to new replies.