Das ist ein bekannter Bug.<br /><br />Hier der Fix:<br /><br />In adduser.php<br /><br />Zeile 173 ist momentan:<br /><br />if (!eregi("(.*?)@(.*?)\.(.*?)", $Email)) {<br /><br />ändere es in:<br /><br />if (!preg_match('/(.*?)@(.*?)\.(.*?)/', $Email)) {<br />
_________________________
Running a community? ->
Keep informed and take it to the next level