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
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions chatmaild/src/chatmaild/ini/chatmail.ini.f
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
# days after which mails are unconditionally deleted
delete_mails_after = 20

# 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
Comment on lines -26 to +27
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.


# minimum length a username must have
username_min_length = 9
Expand Down
14 changes: 14 additions & 0 deletions www/src/info.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,20 @@ The first login sets your password.
- You can store up to [{{ config.max_mailbox_size }} messages on the server](https://delta.chat/en/help#what-happens-if-i-turn-on-delete-old-messages-from-server).


### <a name="account-deletion"></a> Account deletion

If you remove a {{ config.mail_domain }} profile from within the Delta Chat app,
then the according account on the server, along with all associated data,
is automatically deleted {{ config.delete_inactive_users_after }} days afterwards.

If you use multiple devices
then you need to remove the according chat profile from each device
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 ;)



### Who are the operators? Which software is running?

This chatmail provider is run by a small voluntary group of devs and sysadmins,
Expand Down