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
Currently invitations are sent out by an Admin and the invitations have an expiration in days which is set via config on the UserInvitation model. An optional feature that is common place for invitations to sites is reminder emails if someone has not accepted the invitation to register.
Adding a mechanism that can be turned on and scheduled with a cron to send out invitation reminders at various intervals would improve registration success rates while reducing administrative overhead ensuring invitees have access to their invite and ultimately complete registration.
The text was updated successfully, but these errors were encountered:
Summary
Currently invitations are sent out by an Admin and the invitations have an expiration in days which is set via config on the
UserInvitation
model. An optional feature that is common place for invitations to sites is reminder emails if someone has not accepted the invitation to register.Adding a mechanism that can be turned on and scheduled with a cron to send out invitation reminders at various intervals would improve registration success rates while reducing administrative overhead ensuring invitees have access to their invite and ultimately complete registration.
The text was updated successfully, but these errors were encountered: