From 6e1369e6b1f3f70240fddf19311c9c9be007b9d9 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Thu, 21 Apr 2016 16:00:02 -0400 Subject: [PATCH] (doc) improve the doc regarding non-alpha characters in password (fixes #1059) --- Documentation/SOGoInstallationGuide.asciidoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/SOGoInstallationGuide.asciidoc b/Documentation/SOGoInstallationGuide.asciidoc index 66b447babb..5fedd1892b 100644 --- a/Documentation/SOGoInstallationGuide.asciidoc +++ b/Documentation/SOGoInstallationGuide.asciidoc @@ -1460,6 +1460,13 @@ For PostgresSQL, set the database URL to something like: See the "EMail reminders" section in this document for more information. |======================================================================= + +[NOTE] +Any non-URL safe characters in username/password must be URL-encoded. +For example, if your SOGo database password is `so%go`, you must set +the value in your preferences to `so%25go` - where `%` is encoded +to `%25`. + If you're using MySQL, make sure in your `my.cnf` file you have: ----