I created a new one via PHP, ex:
echo "output: ".password_hash("anewpassword", PASSWORD_BCRYPT,["cost" => 8]);
It looks good compared to the other user hashes, but it doesn't work. Is there another field I need to clear where my user could be "locked out"?
If there is no way for this to work in the current version, can I set the 'isadmin' value to 1 on another staff member to get in with their credentials and fix mine?