summaryrefslogtreecommitdiffstats
path: root/etc/inc/auth.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/auth.inc')
-rw-r--r--etc/inc/auth.inc4
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/inc/auth.inc b/etc/inc/auth.inc
index 9c5bba6..3c0acaa 100644
--- a/etc/inc/auth.inc
+++ b/etc/inc/auth.inc
@@ -561,7 +561,7 @@ function local_user_del($user) {
local_group_del_user($user);
}
-function local_user_set_password(& $user, $password) {
+function local_user_set_password(&$user, $password) {
$user['password'] = crypt($password);
$user['md5-hash'] = md5($password);
@@ -574,8 +574,6 @@ function local_user_set_password(& $user, $password) {
$ustr .= sprintf("%X", $a);
}
- // Generate the NT-HASH from the unicode string
- $user['nt-hash'] = bin2hex(hash("md4", $ustr));
}
function local_user_get_groups($user, $all = false) {
OpenPOWER on IntegriCloud