Adding all the code i changed. It now supports mfa, passkeys and passwords
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?php
|
||||
session_start();
|
||||
$_SESSION["needs_auth"]=true;
|
||||
$_SESSION["username"]=preg_replace("/[^a-z0-9_]/","",$_POST["username"]);
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user