Skip to content

Commit

Permalink
set delete_accounts after to 25 to be under gdpr limit of 30
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenest committed Jul 8, 2024
1 parent 64de638 commit 7bcf027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatmaild/src/chatmaild/ini/chatmail.ini.f
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
delete_mails_after = 20

# days after which accounts are deleted if there were no login
delete_accounts_after = 30
delete_accounts_after = 25

# minimum length a username must have
username_min_length = 9
Expand Down

0 comments on commit 7bcf027

Please sign in to comment.