Actions
Bug #2545
closedusernames containing utf8 characters cause profile urls based off username to fail
Bug #2545:
usernames containing utf8 characters cause profile urls based off username to fail
Start date:
24 May 2011
Due date:
% Done:
100%
Estimated time:
1:00 h
Description
When a username contains a UTF8 character (ø for example) and the &user='USERNAME' URL parameter is used it results in urlencoding of the character and reaching the profile impossible. Typically is fine without SEF, but when SEF is used then username is passed instead of user_id resulting in failed navigation to profile.
Example
Username = testø
URL (Before): index.php?option=com_comprofiler&user='testø'
URL (After): index.php?option=com_comprofiler&user=%27test%F8%27
Result: "This profile does not exist or is no longer available"
https://www.joomlapolis.com/forum/154-advanced-members-support/164649-username-collation-trouble
Actions