Update u_e-sogo.en.md

Dieser Commit ist enthalten in:
Dmitriy Alekseev 2023-03-05 12:13:19 +02:00 committet von GitHub
Ursprung cd40e58354
Commit daafe8392a
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -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: