Commit 94ca415394cd455ab311bcb649d083fea4b568ac
1 parent
5455f59f
add local config
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/lib/models/customers.php
... | ... | @@ -467,7 +467,7 @@ class customers extends \db |
467 | 467 | [ |
468 | 468 | 'status' => 1, |
469 | 469 | 'passwd' => $registration['passwd'], |
470 | - 'user_pass' => $registration['user_pass'], | |
470 | +// 'user_pass' => $registration['user_pass'], | |
471 | 471 | 'id' => $data_customer_id['0']['customer_id'], |
472 | 472 | 'lastlogin_date' => date( 'Y-m-d H:i' ) |
473 | 473 | ] | ... | ... |