From 16c5582bb053a147101cfcf88b7ff34432d7b5ba Mon Sep 17 00:00:00 2001 From: Evan Krall Date: Mon, 27 Feb 2023 22:10:12 -0800 Subject: [PATCH 1/3] Correct documentation about registration_shared_secret_path --- docs/usage/configuration/config_documentation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md index 4139961810f4..015855ee7ef4 100644 --- a/docs/usage/configuration/config_documentation.md +++ b/docs/usage/configuration/config_documentation.md @@ -2227,8 +2227,8 @@ allows the shared secret to be specified in an external file. The file should be a plain text file, containing only the shared secret. -If this file does not exist, Synapse will create a new signing -key on startup and store it in this file. +If this file does not exist, Synapse will create a new shared +secret on startup and store it in this file. Example configuration: ```yaml From 78ddf28df04bf4a33cf37b0ce9db3507c4dddf09 Mon Sep 17 00:00:00 2001 From: Evan Krall Date: Mon, 27 Feb 2023 22:13:17 -0800 Subject: [PATCH 2/3] Create 15168.doc --- changelog.d/15168.doc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/15168.doc diff --git a/changelog.d/15168.doc b/changelog.d/15168.doc new file mode 100644 index 000000000000..42f694a1243e --- /dev/null +++ b/changelog.d/15168.doc @@ -0,0 +1 @@ +Corrected description of the behavior of `registration_shared_secret_path` on startup. From 0e3c8ce63f71de60f9ba6adac92d219e48c957ca Mon Sep 17 00:00:00 2001 From: David Robertson Date: Tue, 28 Feb 2023 11:09:23 +0000 Subject: [PATCH 3/3] Update changelog.d/15168.doc --- changelog.d/15168.doc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.d/15168.doc b/changelog.d/15168.doc index 42f694a1243e..dbd3c54714e4 100644 --- a/changelog.d/15168.doc +++ b/changelog.d/15168.doc @@ -1 +1 @@ -Corrected description of the behavior of `registration_shared_secret_path` on startup. +Correct the description of the behavior of `registration_shared_secret_path` on startup.