mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Added user login reports.
This commit is contained in:
parent
eae865ab8d
commit
e2ef77ef2b
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue