mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-13 18:06:01 +00:00
[Web] update _sogo_static_view on password reset
This commit is contained in:
committed by
DerLinkman
parent
4d688c5500
commit
b9f52df3f1
@@ -2515,6 +2515,8 @@ function reset_password($action, $data = null) {
|
|||||||
':username' => $username
|
':username' => $username
|
||||||
));
|
));
|
||||||
|
|
||||||
|
update_sogo_static_view($username);
|
||||||
|
|
||||||
$_SESSION['return'][] = array(
|
$_SESSION['return'][] = array(
|
||||||
'type' => 'success',
|
'type' => 'success',
|
||||||
'log' => array(__FUNCTION__, $action, $_data_log),
|
'log' => array(__FUNCTION__, $action, $_data_log),
|
||||||
|
|||||||
Reference in New Issue
Block a user