@@ -23,6 +23,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
$error='Inserire username e password';
}else{
if(login($username,$password)){
logActivity('login','Accesso effettuato al sistema','auth',null);
header('Location: index.php');
exit;
}else{
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.