last-login plugin

See also

See Last Login Plugin for configuration information.

Settings

last_login_dict
  • Default: <empty>

  • Values: String

New in version v2.2.14.

The dictionary where last login information is updated.

Example:

plugin {
  last_login_dict = redis:host=127.0.0.1:port=6379
}
last_login_key
  • Default: last-login/%u

  • Values: String

New in version v2.2.14.

The key that is updated in the dictionary (defined by last_login_dict) with the last login information.

last_login_precision
  • Default: s

  • Values: s, ms, us, ns

New in version v2.2.14.

Precision for last login timestamp.