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

add a note on deletion of accounts #406

Merged
merged 1 commit into from
Sep 2, 2024
Merged

add a note on deletion of accounts #406

merged 1 commit into from
Sep 2, 2024

Conversation

hpk42
Copy link
Contributor

@hpk42 hpk42 commented Sep 2, 2024

fixes #405

also lowers the inactive account deletion to 90 days by default.

Copy link
Contributor

@missytake missytake left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Comment on lines -26 to +27
# days after which users without a login are deleted (database and mails)
delete_inactive_users_after = 100
# days after which users without a successful login are deleted (database and mails)
delete_inactive_users_after = 90
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could change this only in https://github.com/deltachat/sysadmin-pyinfra/blob/main/servers/nine.testrun.org/chatmail.ini#L27, it doesn't need to be the new default IMHO - but no blocker.

in order for all account data to be removed on the server side.

If you have any further questions or requests regarding account deletion
please send a message from your account to {{ config.privacy_mail }}.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If privacy_mail is unset it will look weird, OTOH chatmail admins really should have a privacy policy and can just remove the sentence otherwise.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But we could make an if clause around the paragraph.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it's better to show a broken message than just removing the sentence. This way the user can become aware that they don't have any handle on who runs the server ;)

@hpk42 hpk42 merged commit cdfce25 into main Sep 2, 2024
6 checks passed
@hpk42 hpk42 deleted the hpk/fix405 branch September 2, 2024 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mention delete_inactive_users_after in info.html (and privacy.html?)
2 participants