Server was a Fedora 35, and tested on webaccess with a username that did _not_ exist on the server. When using Firefox v. 105, trying to log in with username 'test[U+1F407]er' results in the following line being logged: > Cannot find user ''test[U+1F407]er'' On Chromium v. 103 and Safari v. 16, this is instead logged: > Cannot find user ''test🐇er'' 4.14.0 has the same behaviour, so it is not a regression. However, the name from Chromium and Safari should be fully parsed when logging this, so something is quite off here.
Here is another scenario when dealing with a slightly more common non-ascii name. Username: testöer Log when using Firefox: > Cannot find user ''testöer'' Log when using Chromium: > Cannot find user ''test�er''
Note that for the password, all three browsers have the same correct behaviour. Tested including åäö and different emojis in the password, and all log messages showed the characters correctly converted.