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;
'Myth\Auth\Authentication\Passwords\CompositionValidator',
//'Myth\Auth\Authentication\Passwords\NothingPersonalValidator',
//'Myth\Auth\Authentication\Passwords\DictionaryValidator',
// 'Myth\Auth\Authentication\Passwords\PwnedValidator',
];
Everything else seems to work well, trying to test login redirection right now, but cant get past this error.