Changes between Initial Version and Version 1 of Ticket #1186, comment 1
- Timestamp:
- May 2, 2017, 2:53:52 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1186, comment 1
initial v1 2 2 3 3 _installer\includes\auth.php 4 5 4 {{{ 6 7 if (xtc_validate_password($password, $check_customer['customers_password'], $check_customer['customers_id']) !== true) { 5 if (xtc_validate_password($password, $check_customer['customers_password'], $check_customer['customers_id']) !== true) { 8 6 return false; 9 7 } 10 8 }}} 11 12 9 Den dritten Parameter $check_customer['customers_id'] als false übergeben. 13 10 Damit wird das Passwort nicht neu in die DB geschrieben. 14 15
