first
This commit is contained in:
commit
5aa7d034f7
3292 changed files with 465160 additions and 0 deletions
6
data/web/inc/ajax/destroy_tfa_auth.php
Executable file
6
data/web/inc/ajax/destroy_tfa_auth.php
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
session_start();
|
||||
unset($_SESSION['pending_mailcow_cc_username']);
|
||||
unset($_SESSION['pending_mailcow_cc_role']);
|
||||
unset($_SESSION['pending_tfa_methods']);
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue