MyBB Community Forums

Full Version: Wrongful validation when using banned username upon registration
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When registering with a disallowed username, the form validator on member.php?action=register will pass it as valid(green border). 

This has been tested on 1.8.3

To reproduce: 
Add a disallowed username on admin/index.php?module=config-banning&type=usernames and try creating an account that matches the disallowed username. 
Hi,

I cannot reproduce this issue with the latest code from GitGub...
(2015-02-21, 01:23 PM)LucasC Wrote: [ -> ]This has been tested on 1.8.3

And that's why only bugs in the latest version (or even github code) should be reported. There were several fixes for validator in 1.8.4, including this: https://github.com/mybb/mybb/issues/1648 Rejecting.
(2015-02-21, 10:34 PM)Destroy666 Wrote: [ -> ]And that's why only bugs in the latest version (or even github code) should be reported. There were several fixes for validator in 1.8.4, including this: https://github.com/mybb/mybb/issues/1648 Rejecting.

Aha that's why I couldn't find a commit that fixed that after 1.8.3 release date.