Get Last Successful Login Details

Overview

This plug-in will traverse through the last 30 days of login files and return the date and time of a successful login. This is useful for removing access for users who are not using the system.

Key Features & Functionality

Returns date and time of the last successful login in the previous 30 days.

Anonymous
Parents
  •   - there is a bug in this plug-in.  The returned timestamp uses the 24-hour format for the hour, but also includes the "AM/PM" string - so for instance it might return a value of "11/29/2023 15:06 PM", which is not actually a valid timestamp, and breaks the "toDatetime()" function.  This should be fixed such that it passes back something that's more directly usable by designers, since using it for anything programmatic at the moment is pretty much impossible without implementing some painful work-around.

    Originally reported in this post.

  •   - would you mind submitting via the Feedback --> "Report an issue" button at the right side of the listing? That will be the most efficient way to get a response from the plug-in's author (which the AppMarket team will facilitate). Thanks!

Comment Children