mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Put new password in ['phpgw_info']['user']['passwd'] in case any hook_changepassword uses it
This commit is contained in:
parent
9efbee384b
commit
53e7d1efa7
@ -79,6 +79,7 @@
|
||||
else
|
||||
{
|
||||
$GLOBALS['phpgw']->session->appsession('password','phpgwapi',base64_encode($n_passwd));
|
||||
$GLOBALS['phpgw_info']['user']['passwd'] = $n_passwd;
|
||||
$GLOBALS['hook_values']['account_id'] = $GLOBALS['phpgw_info']['user']['account_id'];
|
||||
$GLOBALS['hook_values']['old_passwd'] = $o_passwd;
|
||||
$GLOBALS['hook_values']['new_passwd'] = $n_passwd;
|
||||
|
Loading…
Reference in New Issue
Block a user