From d2beb3919b18dc5259ebb76b5a6719802f9596d5 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Fri, 30 Nov 2018 09:30:55 -0500 Subject: [PATCH] document password character limitation fixes #407 --- CHANGELOG.md | 9 ++++++++- management/templates/users.html | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1ef303b..2b16f3c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,14 @@ CHANGELOG In Development -------------- - * Update to Roundcube 1.3.8. + +Setup: + +* Update to Roundcube 1.3.8. + +Control Panel: + +* The users page now documents that passwords should only have ASCII characters to prevent character encoding mismaches between clients and the server. v0.29 (October 25, 2018) ------------------------ diff --git a/management/templates/users.html b/management/templates/users.html index cf944c86..c70ac0da 100644 --- a/management/templates/users.html +++ b/management/templates/users.html @@ -31,7 +31,7 @@