(doc) improve the doc regarding non-alpha characters in password (fixes #1059)

This commit is contained in:
Ludovic Marcotte
2016-04-21 16:00:02 -04:00
parent 9a4d3251a1
commit 6e1369e6b1
@@ -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:
----