Commit 7ac209b3f8fc210a9bf28c74ae465674a1f9e658

Authored by Administrator
1 parent fcf77b61

add local config

src/app/frontend/controllers/CustomerController.php
... ... @@ -407,7 +407,7 @@ class CustomerController extends \controllers\ControllerBase
407 407 $registration['passwd'] = $this->common->hashPasswd( $passwd );
408 408 $registration['user_pass'] = $passwd;
409 409 $registration['confirm_key'] = $confirm_key;
410   - die('here');
  410 +
411 411 switch( $this->models->getCustomers()->resetPasswd( $registration ) )
412 412 {
413 413 case 1:
... ...
src/lib/models/customers.php
... ... @@ -450,7 +450,7 @@ class customers extends \db
450 450 ],
451 451 -1
452 452 );
453   -
  453 + die('here1');
454 454 if( !empty( $data_customer_id ) )
455 455 {
456 456  
... ...