mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-09 13:39:42 -05:00
Added user login reports.
This commit is contained in:
@@ -15891,6 +15891,12 @@
|
|||||||
return "Unknown User";
|
return "Unknown User";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (f == 'msg') {
|
||||||
|
if (v == 107) return "Succesful login";
|
||||||
|
if (v == 108) return "Incorrect 2nd factor";
|
||||||
|
if (v == 109) return "Locked account";
|
||||||
|
if (v == 110) return "Invalid login attempt";
|
||||||
|
}
|
||||||
return '' + v;
|
return '' + v;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user