23
Quote:
Bananadude wrote:
If you find any more that will need to be modified or get any more "displayname is to short.." messages, please give us a word
Best Regards,
Bananadude
First: thanks for your work! I think the "Display name" feature is a bad idea as a security feature. It is too difficult to explain to the users. Let's apply the motto: "Don't make me think!".
Second: Just quoting out:
$edituser->setVar('uname', $myts->stripSlashesGPC(trim($_POST['
uname'])));
in edituser.php works better for me than changing it in:
$edituser->setVar('uname', $myts->stripSlashesGPC(trim($_POST['
loginname'])));