FEATURE: Force MFA Part 2 - Added to add, edit user

This commit is contained in:
johnnyq
2023-09-05 23:44:42 -04:00
parent 2a142f1c42
commit 17c8a9ab0c
5 changed files with 22 additions and 2 deletions

View File

@@ -2,3 +2,4 @@
$name = sanitizeInput($_POST['name']);
$email = sanitizeInput($_POST['email']);
$role = intval($_POST['role']);
$force_mfa = intval($_POST['force_mfa']);