mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-11-24 08:32:50 +02:00
[Web] update _sogo_static_view on password reset
This commit is contained in:
parent
4d688c5500
commit
b9f52df3f1
@ -2515,6 +2515,8 @@ function reset_password($action, $data = null) {
|
||||
':username' => $username
|
||||
));
|
||||
|
||||
update_sogo_static_view($username);
|
||||
|
||||
$_SESSION['return'][] = array(
|
||||
'type' => 'success',
|
||||
'log' => array(__FUNCTION__, $action, $_data_log),
|
||||
|
Loading…
Reference in New Issue
Block a user