MyBB Community Forums

Full Version: Avoid special characters in username?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Like this for example: Poяℓтe or this ɿɘƚɿoꟼ
How to avoid this and only allow normal characters?
(2022-08-10, 02:40 PM)Devilshakerz Wrote: [ -> ]You can try https://community.mybb.com/mods.php?action=view&pid=350
The last update is from 2015, do you think there may be compatibility problems? By the way, i will try in a demo forum.
There isn't a way to do that without a mod?
Thanks.
This plug-in should work on v1.8.*.

There's no need for plug-in at all - you can also hard code your definitions in this PHP file/function:

./inc/datahandlers/user.php
v1.8.30, line 80: verify_username()

[ExiTuS]
(2022-08-11, 02:24 PM)[ExiTuS] Wrote: [ -> ]This plug-in should work on v1.8.*.

There's no need for plug-in at all - you can also hard code your definitions in this PHP file/function:

./inc/datahandlers/user.php
v1.8.30, line 80: verify_username()

[ExiTuS]

Thanks, i will try It Smile