Post
Topic
Board Pools (Altcoins)
Re: [ANN] [LTC] [PPS] [OTP 2FA] [Stratum only] LTCMine PPS mining pool (2.5%)
by
Balthazar
on 28/04/2013, 22:12:53 UTC
I am unable to set my email address. There error message is "The form is not filled correctly."
Could it be because you are not allowing addresses with a "+" character in the user name?



I use this regexp:

Code:
^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$

for email address sanity checking.