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

@@ -379,7 +379,7 @@ class Main extends Controller
$newPass = G::generate_password();
$aData['USR_UID'] = $userData['USR_UID'];
$aData['USR_PASSWORD'] = Bootstrap::hasPassword( $newPass );
$aData['USR_PASSWORD'] = Bootstrap::hashPassword( $newPass );
$rbacUser->update( $aData );
$user->update( $aData );