1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-19 04:02:28 +02:00

Issue #2394 - Should fix the md5-salt issue in Quick Add User.

This commit is contained in:
Cameron 2017-03-13 12:45:32 -07:00
parent afd74824b3
commit b9d79f1893

View File

@ -1402,7 +1402,7 @@ class users_admin_ui extends e_admin_ui
$user_data['user_password'] = $userMethods->HashPassword($savePassword, $user_data['user_login']);
$user_data['user_password'] = $userMethods->HashPassword($savePassword, $user_data['user_loginname']);
$user_data['user_join'] = time();
e107::getMessage()->addDebug("Password Hash: ".$user_data['user_password']);