Improvement change of function hashPassword

This commit is contained in:
Marco Antonio Nina
2014-10-02 16:31:50 -04:00
parent 402e98d0f8
commit edfba243e7
6 changed files with 9 additions and 9 deletions

View File

@@ -63,7 +63,7 @@ try {
$form['USR_NEW_PASS'] = '';
}
if ($form['USR_NEW_PASS'] != '') {
$form['USR_PASSWORD'] = Bootstrap::hasPassword( $form['USR_NEW_PASS'] );
$form['USR_PASSWORD'] = Bootstrap::hashPassword( $form['USR_NEW_PASS'] );
}
if (! isset( $form['USR_CITY'] )) {
$form['USR_CITY'] = '';