mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-03 01:45:59 -05:00
Added user login reports.
This commit is contained in:
parent
eae865ab8d
commit
e2ef77ef2b
@ -15891,6 +15891,12 @@
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user