Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Track account last seen on #370

Merged
merged 2 commits into from May 31, 2023
Merged

Conversation

Trim
Copy link
Member

@Trim Trim commented May 6, 2023

This date will be used to drop personal user data if the account is
inactive for a certain period.

The automatic personal user data clean up has been announced here:
https://linuxfr.org/news/regles-de-perennite-des-comptes-linuxfr-org-et-donnees-a-caractere-personnel

This commit only add a column on Account and do not add scheduled jobs
to apply deletion.

To avoid to update database too often and to avoid to keep too accurate
user personal information, only the date will be saved on database.

Suivi request to add this information into database:
https://linuxfr.org/suivi/pouvoir-determiner-si-un-compte-a-eu-de-l-activite-recemment

Trim added 2 commits May 6, 2023 14:56
This date will be used to drop personal user data if the account is
inactive for a certain period.

The automatic personal user data clean up has been announced here:
https://linuxfr.org/news/regles-de-perennite-des-comptes-linuxfr-org-et-donnees-a-caractere-personnel

This commit only add a column on Account and do not add scheduled jobs
to apply deletion.

To avoid to update database too often and to avoid to keep too accurate
user personal information, only the date will be saved on database.

Suivi request to add this information into database:
https://linuxfr.org/suivi/pouvoir-determiner-si-un-compte-a-eu-de-l-activite-recemment
A column has been added with last_seen_on on admin's page "latest
users".

On each user profile, administrators and moderators can view this new
piece of information. User can view it also for itself (that's less
interesting for it, because it should be always "today").
@Oumph
Copy link
Contributor

Oumph commented May 29, 2023

Test on alpha in progress

@Oumph Oumph self-assigned this May 31, 2023
@Oumph Oumph merged commit 7d3fd82 into linuxfrorg:master May 31, 2023
@Trim Trim deleted the track-account-last-seen-on branch December 17, 2023 20:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants