tea-cleaner: Make no login period configurable

This commit is contained in:
2025-04-13 12:10:56 +02:00
parent 5a4c882d40
commit 0e6de99821
5 changed files with 22 additions and 17 deletions

View File

@ -13,3 +13,5 @@ mail_domains = [
".shop",
".website"
]
# If the user hasn't logged in since the registration for this amount of days, remove his account.
no_login = 30