Im fairly sure this is a configuration issue on my end, but Im relatively new and not sure where to look or what information to provide to troubleshoot.
I am able to create users, but when I attempt to login, I get this error.
I'm running codeigniter 4, and have disabled the email authorization, and limited the password validation (same error no matter what's blocked out there)
public $requireActivation = null;public $activeResetter = null;
Im fairly sure this is a configuration issue on my end, but Im relatively new and not sure where to look or what information to provide to troubleshoot.
I am able to create users, but when I attempt to login, I get this error.
I'm running codeigniter 4, and have disabled the email authorization, and limited the password validation (same error no matter what's blocked out there)
public $requireActivation = null;
public $activeResetter = null;
Everything else seems to work well, trying to test login redirection right now, but cant get past this error.
When I look at the users tables, the password_hash field is empty, but not NULL.
When trying to login with an incorrect password, it knows it's wrong and shows the wrong password popup