As a user, if I have not logged in for three years, I want to be notified and enter a grace period, which can lead to account deletion if I remain inactive (the grace period is described in #30 and #33).
Acceptance Criteria:
Implement a system to track user login activity and identify inactive accounts
Notify users via email or in-app ontifications if they have been inactive for three years
Provide a grave period for users to log in and confirm their account activiy
If the user does not log in during the grace period, delete their account and related information
Ensure that the account deletion process is transparent and complies with data protection regulations
Notify users of the consequences of remaining inactive, such as account deletion
Provide an option for users to opt-out of account deletion by confirming their activity
Implement audit logs to track the notification and deletion process for inactive accounts
As a user, if I have not logged in for three years, I want to be notified and enter a grace period, which can lead to account deletion if I remain inactive (the grace period is described in #30 and #33).
**Acceptance Criteria:**
- Implement a system to track user login activity and identify inactive accounts
- Notify users via email or in-app ontifications if they have been inactive for three years
- Provide a grave period for users to log in and confirm their account activiy
- If the user does not log in during the grace period, delete their account and related information
- Ensure that the account deletion process is transparent and complies with data protection regulations
- Notify users of the consequences of remaining inactive, such as account deletion
- Provide an option for users to opt-out of account deletion by confirming their activity
- Implement audit logs to track the notification and deletion process for inactive accounts
phundrak
added this to the 1.0.0 milestone 2025-02-12 13:36:21 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
As a user, if I have not logged in for three years, I want to be notified and enter a grace period, which can lead to account deletion if I remain inactive (the grace period is described in #30 and #33).
Acceptance Criteria: