Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info
titleAvailability

This routine is available starting with SIL Engine™ 4.8.1.

Syntax

admGetUserLogin(user);

Description

Excerpt

Gets the login details for the given user.

Parameters

Parameter name

Type

Required

Description

UserStringYesUsername of the user for which to retrieve the login details.

Return type

JLogin

Example 1

Code Block
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

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "jira_group_routine"
labelsjira_group_routine