1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-06-01 04:03:13 +00:00

[Web] Force user pass update via Modal

This commit is contained in:
FreddleSpl0it
2024-08-20 09:43:08 +02:00
parent 74b4097ee0
commit 2f401c9fc4
6 changed files with 170 additions and 78 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
session_start();
unset($_SESSION['pending_mailcow_cc_username']);
unset($_SESSION['pending_mailcow_cc_role']);
unset($_SESSION['pending_pw_update']);
?>