mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
fix permanent error_log
This commit is contained in:
parent
31e47ec8f3
commit
d90c6d6e2a
@ -271,7 +271,7 @@ class Credentials
|
||||
// check if password is unavailable (admin edits an account with password encrypted with users session PW) and NOT store it
|
||||
if ($password == self::UNAVAILABLE)
|
||||
{
|
||||
error_log(__METHOD__."(".array2string(func_get_args()).") can NOT store unavailable password, storing without password!");
|
||||
//error_log(__METHOD__."(".array2string(func_get_args()).") can NOT store unavailable password, storing without password!");
|
||||
unset($data['cred_password'], $data['cred_pw_enc']);
|
||||
}
|
||||
//error_log(__METHOD__."($acc_id, '$username', '$password', $type, $account_id, $cred_id, $mcrypt) storing ".array2string($data).' '.function_backtrace());
|
||||
|
Loading…
Reference in New Issue
Block a user