PHP - password_verify issue
I have been scratching my head on this for over 2 hours. I have researched articles on stackoverflow including: Issue with Bcrypt not verifying correctly php password_hash and password_verify issues no match `password_verify` call returning false for correct password And I havent been able to correct my issue. I would appreciate some guidance on how much of an idiot I am being: Function to insert data into MySQL database: function insertUser($userObj) { $query = $this->databaseConnection->getStntPrepare()->prepare( "INSERT INTO user(username, userpassword) VALUES (?,?);"); $username = $userObj