/
admGetUserLogin
admGetUserLogin
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
, multiple selections available,
Related content
getUser
getUser
Read with this
admCreateUser
admCreateUser
More like this
Simple Issue Language
Simple Issue Language
Read with this
admCreateUser
admCreateUser
More like this
getUserProperty
getUserProperty
Read with this
admGetLastActiveDates
admGetLastActiveDates
More like this