Topic: invalid email address
There appears to be a bug that produces an error message of "invalid email address" when attempting to register an email address for a user with only one character before the "@" symbol (e.g. "x@example.org").
You are not logged in. Please login or register.
LuxCal Web Calendar → Problems → invalid email address
Pages 1
There appears to be a bug that produces an error message of "invalid email address" when attempting to register an email address for a user with only one character before the "@" symbol (e.g. "x@example.org").
Hi there,
I didn't know that an email address with a 1-character local part is valid. But you are right, it is!
To solve this, edit the file "common/toolbox.php" and on lines 13 - 17 (lines starting with $rxEmail, $rxEmailX and $rxEML) search for "2,40" and replace this by "1,40".
Roel
Pages 1
LuxCal Web Calendar → Problems → invalid email address