Posted on 19/05/2021 23:17:00
Hi Oleg,
Nice find! I worked it further and found that it's due to having line breaks in the username. You're right that the backend wouldn't support that occurring, but integration does allow that strange but possible situation.
You can repro by updating the username of a user with something like this:
update AccessUser set AccessUserUserName = 'My Test User
' where accessuserid = xxxxxxx
Note the line break before the closing '.
We'll see if we can update the customer's data to remove the line breaks, but can you create a bug for this please to handle for line breaks (ASCII Characters 10+13 or either 10 or 13)?
Thanks,
Scott