You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Gusted 61f939359d
Use a better OlderThan for DeleteInactiveUsers (#19693)
* Use a better OlderThan for DeleteInactiveUsers

- Currently the OlderThan is zero, for instances that enable or run this
task this could actually delete just new users that still need to
confirm their email. This patch fixes that by setting the default to the
`ActiveCodeLives` setting, which corresponds to the amount of time that
a user can active their account, thus avoiding the issue of deleting
unactivated email users.

* Use correct duration
2 years ago
..
cron.go Add Goroutine stack inspector to admin/monitor (#19207) 2 years ago
setting.go Remove legacy unmaintained packages, refactor to support change default locale (#19308) 2 years ago
tasks.go Show last cron messages on monitor page (#19223) 2 years ago
tasks_basic.go Add Package Registry (#16510) 2 years ago
tasks_extended.go Use a better OlderThan for DeleteInactiveUsers (#19693) 2 years ago