user login name url encoded when shouldn't be
Brought to you by:
secureideas,
sinukas
I've just created a user and when viewing it at this url admin/base_useradmin.php?action=list the username is wrapped in encoded html tags:
<font color='#ff000'><b>robin</b></font>
The string is being passed through htmlspecialchars when it shouldn't be. The fix is to remove htmlspecialchars from line 163 of admin/base_useradmin.php .
I don't see this effect when listing users. Are you using the latest code from CVS? If not, which version are you using that gives you this problem? Thanks... Randy