Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Need help with login form Reply To: Need help with login form

#203234
Anonymous
Inactive
if(strlen($username) < 6)

You’re currently testing against a hardcoded, 9 character string.

Why must usernames be at least 6 characters, though?