mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
little tricky error
This commit is contained in:
parent
1ed1b0f431
commit
d26cfa20e9
@ -1294,7 +1294,7 @@
|
|||||||
$salt = $this->randomstring(2);
|
$salt = $this->randomstring(2);
|
||||||
$e_password = $this->des_cryptpasswd($password, $salt);
|
$e_password = $this->des_cryptpasswd($password, $salt);
|
||||||
|
|
||||||
return $_epassword;
|
return $e_password;
|
||||||
}
|
}
|
||||||
elseif (strtolower($GLOBALS['phpgw_info']['server']['ldap_encryption_type']) == 'md5')
|
elseif (strtolower($GLOBALS['phpgw_info']['server']['ldap_encryption_type']) == 'md5')
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user