Search found 2 matches

Page 1 of 1

Search found 2 matches

Re: after updating from OC3.0 to OC4.1, customer login password validation contain a bug

This is a known issue which was reported on github, see https://github.com/opencart/opencart/issues/14416 I hope you still got a backup of your OC 3.0.4.0. None of the current OC 4 versions are suitable for live sites, there are still too many known bugs. We recommend OC 3.0.4.0 as the most stable ...

Jump to post
  • Thu Mar 13, 2025 7:25 pm
  • Replies 2
  • Views 1432
[CLOSED] after updating from OC3.0 to OC4.1, customer login password validation contain a bug

public function login(string $username, string $password): bool { $user_query = $this->db->query("SELECT * FROM `" . DB_PREFIX . "user` WHERE `username` = '" . $this->db->escape($username) . "' AND `status` = '1'"); if ($user_query->num_rows) { if (password_verify($pass...

Jump to post
  • Thu Mar 13, 2025 2:52 pm
  • Replies 2
  • Views 1432

Page 1 of 1

Search found 2 matches