From e269df8c6ee186b9efd9be9fd2d200e65304f063 Mon Sep 17 00:00:00 2001 From: smizrahi Date: Wed, 19 Oct 2022 15:53:47 +0200 Subject: [PATCH] feat(password-recovery): Improve documentation --- Documentation/SOGoInstallationGuide.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/SOGoInstallationGuide.asciidoc b/Documentation/SOGoInstallationGuide.asciidoc index 35427a982..ff485bd21 100644 --- a/Documentation/SOGoInstallationGuide.asciidoc +++ b/Documentation/SOGoInstallationGuide.asciidoc @@ -790,7 +790,7 @@ specified as an array of dictionaries. |Boolean enable password recovery with secret question or secondary e-mail. Default value is `NO`. |S |SOGoPasswordRecoveryDomains -|List of domains where password recovery is enabled. If empty, enabled for all domains. +|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. |U |SOGoPasswordRecoveryMode |User password recovery mode. Values can be `Disabled`, `SecretQuestion` or `SecondaryEmail`.