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
Make the cron job use an environment variable nbr_days_remove_expired_invitations from the config to determine which invitations to remove. Also don't remove API created invitations, but mark them expired. In the same Cron job remove those after nbr_days_remove_api_expired_invitations variable.
The text was updated successfully, but these errors were encountered:
oharsta
changed the title
As an admin user, I want invitation that expired three months ago to be removed, to have a clearer view in the members table
As an admin user, I want invitation that expired X days ago to be removed, to have a clearer view in the members table
May 17, 2024
oharsta
changed the title
As an admin user, I want invitation that expired X days ago to be removed, to have a clearer view in the members table
As an admin user, I want invitations that expired X days ago to be removed, to have a clearer view in the members table
May 17, 2024
Make the cron job use an environment variable
nbr_days_remove_expired_invitations
from the config to determine which invitations to remove. Also don't remove API created invitations, but mark them expired. In the same Cron job remove those afternbr_days_remove_api_expired_invitations
variable.The text was updated successfully, but these errors were encountered: