Menu

#231 user login name url encoded when shouldn't be

v1.0 (example)
open
Interface (166)
5
2009-11-20
2009-10-24
Anonymous
No

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 .

Discussion

  • Randal Rioux

    Randal Rioux - 2009-11-20
    • milestone: 467931 --> v1.0 (example)
    • assigned_to: nobody --> rrioux
     
  • Randal Rioux

    Randal Rioux - 2009-11-20

    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