Open suhaibmujahid opened 2 years ago
Is there a way to know how long an account has been disabled? If so we could consider an account to be really disabled if it has been disabled for a week. Any other idea?
Is there a way to know how long an account has been disabled? If so we could consider an account to be really disabled if it has been disabled for a week.
We have last_seen_date
, it could serve for this purpose.
Any other idea?
We could check if the email is disabled because of an email bouncing issue by checking email_enabled
or login_denied_text
. If so, we could use last_seen_date
to allow a week before considering the user as inactive.
As an example, @smaug---- had an issue in his mail server which got his Bugzilla account to be disabled: https://mozilla.slack.com/archives/C5F7KFJ4R/p1658153225222019. As an effect, autonag considered him as inactive: https://bugzilla.mozilla.org/show_bug.cgi?id=1779206#c8
Account disabling messages: