06-15-2017, 02:34 PM
There is a trick to it. Because the system will allow you to use your user id instead of username or email, it's looking for the user id. Maybe the best thing.
This is one of the VERY rare times I would tell you to just edit a system file.
If you look at line 57 of users/classes/Users.php you'll see that if the username is numeric, it is looking in the id field.
Change that to username.
You'll obviously have to test it, but that should do the trick. Then just look out for updates that update the user class which is REALLY rare.
This is one of the VERY rare times I would tell you to just edit a system file.
If you look at line 57 of users/classes/Users.php you'll see that if the username is numeric, it is looking in the id field.
Change that to username.
You'll obviously have to test it, but that should do the trick. Then just look out for updates that update the user class which is REALLY rare.