adding password strength meter and session ui
Deploy / deploy (push) Successful in 34s

This commit is contained in:
2026-05-07 23:51:33 +02:00
parent 69a6da90c5
commit d7632748ab
8 changed files with 256 additions and 1 deletions
+5
View File
@@ -135,6 +135,11 @@ else if ($_SESSION["needs_auth"]===false && $_SESSION["mfa_authenticated"]==1 &&
curl_close($ch);
}
//log activity
if($_SESSION["logged_in"]!==true){
log_activity($conn, $user_id, 'login', 'Login to ' . ($send_to ?: '/account/'));
}
$_SESSION["logged_in"]=true;
echo(json_encode($data));