From 0c0f265dafb2bd4ec081f3e3f5e7e3ffce3d12b5 Mon Sep 17 00:00:00 2001 From: Azareal Date: Tue, 27 Apr 2021 19:01:45 +1000 Subject: [PATCH] Add missing DisableRegLog config setting to configuration.md --- docs/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index 33afb377..e5d61546 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -98,6 +98,8 @@ DisablePostIP - Disable storing post IPs for users and purge any existing post I DisablePollIP - Disable storing poll vote IPs and purge any existing poll vote IP data. Default: false +DisableRegLog - Disable storing registration events and purge any existing registration event data. Default: false + LogPruneCutoff - The number of days which need to pass before the login and registration logs are pruned. 0 defaults to whatever the current default is, currently 180 and -1 disables this feature. DisableLiveTopicList - This switch allows you to disable the live topic list. Default: false