User Name is Changed and cannot Login

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
testuser
User
Posts: 24

User Name is Changed and cannot Login

Post by testuser »

Hi there,

I have a test user account whose login name is mondragon. When I tried to login as this user, the login name changed to mon<x>dragon even though I used the right password. How can I fix it?


mobhar
User
Posts: 11703

Post by mobhar »

Because of "mondragon" is consimilar to "ondragover" which is one of the XSS words in $EW_XSS_ARRAY array variable, then it will be changed by adding the "<x>" to avoid XSS (Cross Site Scripting). This is about the security reason.

You may either disable "Remove XSS" option from "Tools" -> "Advanced Settings", OR remove "ondragover" words from $EW_XSS_ARRAY in the generated "ewcfg*.php" file, OR do not use such username again.


testuser
User
Posts: 24

Post by testuser »

It has the same behavior after I disable "Remove XSS" option. But it works after I remove "ondragover" words from $EW_XSS_ARRAY. Thanks.


Post Reply