MyBB Community Forums

Full Version: ModCP - Profileditor
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
1.
http://www.xxx.info/modcp.php?action=finduser
2. then search username with special character
3. then look for user
4. special character not perfect

idea?
is this a encoding-problem or not.l...... and when, wo

push..... this forum ist very nice and okay for system
push it this... is a coding problem...
waiting for lovely answer...
solution for me:

find in modcp.php:

$mybb->input[$field] = urlencode($mybb->get_input($field));

delete this...
Moving to bug reports for checking. I guess the same variable is used in an URL (properly) and in the username input (improperly).
I can confirm this
Hi,

Thank you for your report. We have pushed this issue to our Github repository for further analysis where you can track our commits and progress with fixing this bug. Discussions regarding this bug may also take place there too.

Follow this link to visit the issue on Github: https://github.com/mybb/mybb/issues/2541

Thanks for contributing to MyBB!

Regards,
The MyBB Group