password with ampersand does not work
Posted: Sat Oct 13, 2018 2:41 pm
Opencart 3.0.2
password with ampersand login error with password user mismatch. All other special chars work.
When I added htmlspecialchars_decode for the data['password'] model/install.php and admin/model/user.php then fixes the problem.
password with ampersand login error with password user mismatch. All other special chars work.
When I added htmlspecialchars_decode for the data['password'] model/install.php and admin/model/user.php then fixes the problem.