Rickard wrote:

Here's a quickfix. Open up include/functions.php and go to line 331. There, replace:

else if (in_array(strtolower($user['username']), $ban_list))

with

else if (in_array(strtolower($user['username']), $ban_list, true))

Oh, btw. The bug only affects usernames starting with the digit 1 :D

Thanks for a fix, and sorry for misleading report :)

I noticed that users with usernames starting with 'digit + whitespace' (e.g. 1 Joe) are reported as Banned. Despite that, this message proves that "banned" user can still post new topics and messages.

Sorry, if due to limited knowledge of the product i reported "feature" not a bug smile


Vytautas Mieliauskas