Determine whether user is inactive
Description
The code contains a function called is_inactive which accepts a GitLabUser instance and should return True when the user last login time is longer than 24 months ago. This function currently is a placeholder and always returns False.
Further details
Task list
Acceptance criteria
-
is_inactivereturnsTruewhen user last login time is longer than 24 months ago
Links/references
Edited by Roy Harrington