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").

Re: invalid email address

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