From daafe8392afe31d0d2c66a0dc9ff607856fce5ff Mon Sep 17 00:00:00 2001 From: Dmitriy Alekseev <1865999+dragoangel@users.noreply.github.com> Date: Sun, 5 Mar 2023 12:13:19 +0200 Subject: [PATCH] Update u_e-sogo.en.md --- docs/manual-guides/SOGo/u_e-sogo.en.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/manual-guides/SOGo/u_e-sogo.en.md b/docs/manual-guides/SOGo/u_e-sogo.en.md index 50f86159d..75757e49d 100644 --- a/docs/manual-guides/SOGo/u_e-sogo.en.md +++ b/docs/manual-guides/SOGo/u_e-sogo.en.md @@ -205,9 +205,13 @@ Restart SOGo: docker-compose restart sogo-mailcow ``` -## Disable password changing +## Enable password changing -Edit `data/conf/sogo/sogo.conf` and **change** `SOGoPasswordChangeEnabled` to `NO`. Please do not add a new parameter. +The password change option in SOGo is disabled by default because it: +- doesn't take into account the password policy set in the mailcow UI +- doesn't work when the user is logged in into SOGo using the `Login to Webmail` function in the mailcow UI (Auth Proxy) + +If you still want enable this option edit `data/conf/sogo/sogo.conf` and **change** `SOGoPasswordChangeEnabled` to `YES`. Please do not add a new parameter. Run this command to activate the changes: