Commit 7ac209b3f8fc210a9bf28c74ae465674a1f9e658
1 parent
fcf77b61
add local config
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
src/app/frontend/controllers/CustomerController.php
@@ -407,7 +407,7 @@ class CustomerController extends \controllers\ControllerBase | @@ -407,7 +407,7 @@ class CustomerController extends \controllers\ControllerBase | ||
407 | $registration['passwd'] = $this->common->hashPasswd( $passwd ); | 407 | $registration['passwd'] = $this->common->hashPasswd( $passwd ); |
408 | $registration['user_pass'] = $passwd; | 408 | $registration['user_pass'] = $passwd; |
409 | $registration['confirm_key'] = $confirm_key; | 409 | $registration['confirm_key'] = $confirm_key; |
410 | - die('here'); | 410 | + |
411 | switch( $this->models->getCustomers()->resetPasswd( $registration ) ) | 411 | switch( $this->models->getCustomers()->resetPasswd( $registration ) ) |
412 | { | 412 | { |
413 | case 1: | 413 | case 1: |
src/lib/models/customers.php