1
0
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:
FreddleSpl0it 2024-11-13 12:04:49 +01:00 committed by DerLinkman
parent 4d688c5500
commit b9f52df3f1
No known key found for this signature in database
GPG Key ID: AA4A82514748F5A9

View File

@ -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),