Description
Gets the login details for the given user.
Parameters
Return Type
Example
JLogin loginInfo = admGetUserLogin("jsmith"); string format = "MM/dd/yyyy"; //format for dates runnerLog("Login count: " + trim(loginInfo.loginCount)); runnerLog("Last login: " + formatDate(loginInfo.lastLogin, format)); runnerLog("Failed login count: " + trim(loginInfo.failedLoginCount)); runnerLog("Last failed login: " + formatDate(loginInfo.lastFailedLogin, format));
See also
We've encountered an issue exporting this macro. Please try exporting this page again later.