-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
# 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 |
There was a problem hiding this comment.
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 }}. |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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 ;)
fixes #405
also lowers the inactive account deletion to 90 days by default.