Skip to content

Commit

Permalink
Merge pull request #6164 from mailcow/fix/6163
Browse files Browse the repository at this point in the history
[Web] update _sogo_static_view on password reset
  • Loading branch information
FreddleSpl0it authored Nov 13, 2024
2 parents b90375b + 9ddcec4 commit 5026d67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/web/inc/functions.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 5026d67

Please sign in to comment.