From bf205fb13c7e28bc17389df5355af2779c8f615f Mon Sep 17 00:00:00 2001 From: Ginger Date: Tue, 6 Jan 2026 11:21:23 -0500 Subject: [PATCH] chore(!783): Note that `registration_token_file` is gone --- changelog.d/783.feature.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.d/783.feature.md b/changelog.d/783.feature.md index a3140558..fe9925ed 100644 --- a/changelog.d/783.feature.md +++ b/changelog.d/783.feature.md @@ -1 +1 @@ -Added support for issuing additional registration tokens, stored in the database, which supplement the existing registration token hardcoded in the config file. These tokens may optionally expire after a certain number of uses or after a certain amount of time has passed. +Added support for issuing additional registration tokens, stored in the database, which supplement the existing registration token hardcoded in the config file. These tokens may optionally expire after a certain number of uses or after a certain amount of time has passed. Additionally, the `registration_token_file` configuration option is superseded by this feature and **has been removed**.