stevland
Basic Pleskian
One of my users cannot sign into Plesk. I've tried unsuccessfully to reset their password and to log into their account myself.
So I checked usernames from CLI:
And I see that this user's account name is prefixed with unexpected code, which apparently is a Zero Width No-Break Space:
I see that this is also the case with one other account as well.
I am afraid to try to fix this simply by updating
Why is this happening, how can we avoid this and what is the solution?
So I checked usernames from CLI:
plesk db "select contactName as 'Plesk customer/reseller',login as 'Login' from smb_users"
And I see that this user's account name is prefixed with unexpected code, which apparently is a Zero Width No-Break Space:
<U+FEFF><U+FEFF>foo
I see that this is also the case with one other account as well.
I am afraid to try to fix this simply by updating
smb_users
. Will doing so create a mismatch with something else?Why is this happening, how can we avoid this and what is the solution?