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
To address the issue of guest users that are no longer active in the database, we need to implement a mechanism to automatically delete accounts that have been inactive for a certain period of time (exact time interval to be determined). This can be achieved by setting up a cron job in the backend that regularly checks for inactive accounts and removes them.
Summary
To address the issue of guest users that are no longer active in the database, we need to implement a mechanism to automatically delete accounts that have been inactive for a certain period of time (exact time interval to be determined). This can be achieved by setting up a cron job in the backend that regularly checks for inactive accounts and removes them.
User story it relates to
#674
The text was updated successfully, but these errors were encountered: