2012-01-07, 09:11 PM
Hello,
for some reasons, i've changed mysql table mybb_users->username type to VARBINARY
but now the users with capitalized user name can't login in my forum.
is there any way to change something in mybb code that users with capitalized user name can do login?
because i can't change table type to utf8 (show me #1062 - Duplicate entry 'Ù…' for key 'username' and can't solve it) but VARBINARY work fine
only problem is in capitalized user name.
i hope programming solve my problem.
for some reasons, i've changed mysql table mybb_users->username type to VARBINARY

is there any way to change something in mybb code that users with capitalized user name can do login?
because i can't change table type to utf8 (show me #1062 - Duplicate entry 'Ù…' for key 'username' and can't solve it) but VARBINARY work fine

i hope programming solve my problem.