Skip to content

Commit

Permalink
[Web] update _sogo_static_view on password reset
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddleSpl0it committed Nov 13, 2024
1 parent b90375b commit 9ddcec4
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 9ddcec4

Please sign in to comment.