From aa7f82c09d3653d3426f8e80d94f831cd19a1f2b Mon Sep 17 00:00:00 2001 From: Hivert Quentin Date: Mon, 14 Sep 2026 17:28:06 +0200 Subject: [PATCH] fix(doc): typos --- Documentation/SOGoInstallationGuide.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/SOGoInstallationGuide.asciidoc b/Documentation/SOGoInstallationGuide.asciidoc index 11050d103..78073b76a 100644 --- a/Documentation/SOGoInstallationGuide.asciidoc +++ b/Documentation/SOGoInstallationGuide.asciidoc @@ -841,14 +841,14 @@ Obiously, if your users can connect without specifying a domain, let this parame |Boolean enable password recovery with secret question or secondary e-mail. Default value is `NO`. |S |SOGoPasswordRecoveryBaseURLs -| *Since 5.12.11*. Whitlist of base URL for password reset link. +| *Since 5.12.11*. List of allowed base URL for password reset link. `SOGoPasswordRecoveryBaseURLs = ("https://demo.sogo.nu");` `SOGoPasswordRecoveryBaseURLs = ("https://platform1.sogo.nu", "https://platform2.sogo.nu);` Do not end the URLs by '/'. -No defaults, will trhow an error if empty or unset. +No defaults, will throw an error if empty or unset. |S |SOGoPasswordRecoveryDomains |List of domains where password recovery is enabled, for example `(example.org, example.net)`. If empty array `()`, disabled for all domains. If not set, enabled for all domains.