You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add UI that will allow a director to send out "reminder to apply" emails to users that have signed in but haven't submitted an app (i.e. their roles field doesn't exist).
The text was updated successfully, but these errors were encountered:
Reference note: #179/#204 added consistent records for both login systems, so querying as {"last_login": {"$exists": True}, roles: {"$exists": False}} should be sufficient. This should also exclude bots (noted in #496) since they generally won't complete the full authentication flow.
In previous years, we just did a mass BCC email, but agree that having a UI would be nice. We might also need to store another property for email history if there's a plan to run this process multiple times to avoid resending to people who already got the notice.
Add UI that will allow a director to send out "reminder to apply" emails to users that have signed in but haven't submitted an app (i.e. their roles field doesn't exist).
The text was updated successfully, but these errors were encountered: