1 files changed, 6 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml
index 4ada0fba0e..5594c8b9af 100644
--- a/docs/sample_config.yaml
+++ b/docs/sample_config.yaml
@@ -643,6 +643,12 @@ uploads_path: "DATADIR/uploads"
#
#enable_registration: false
+# Optional account validity parameter. This allows for, e.g., accounts to
+# be denied any request after a given period.
+#
+#account_validity:
+# period: 6w
+
# The user must provide all of the below types of 3PID when registering.
#
#registrations_require_3pid:
|