German Translation + Some Layout fixes
Dieser Commit ist enthalten in:
Ursprung
daafe8392a
Commit
c9207d83f9
2 geänderte Dateien mit 11 neuen und 5 gelöschten Zeilen
|
@ -200,11 +200,16 @@ SOGo neu starten:
|
|||
docker-compose restart sogo-mailcow
|
||||
```
|
||||
|
||||
## Deaktivieren Sie die Passwortänderung
|
||||
## Aktivieren der Passwortänderung in SOGo
|
||||
|
||||
Bearbeiten Sie `data/conf/sogo/sogo.conf` und **ändern** Sie `SOGoPasswordChangeEnabled` auf `NO`. Bitte fügen Sie keinen neuen Parameter hinzu.
|
||||
Die Möglichkeit ihr Passwort in SOGo zu ändern wurde standardmäßig deaktiviert, da:
|
||||
|
||||
FĂĽhren Sie folgenden Befehl aus, um die Ă„nderungen zu aktivieren:
|
||||
+ es nicht die Passwortrichtlinien der mailcow UI beachten kann.
|
||||
+ es nicht funktioniert, wenn ein User sich direkt in SOGo angemeldet hat (ĂĽber die mailcow UI) `In Webmail einloggen` (Auth Proxy)
|
||||
|
||||
Sollten Sie diese Funktion dennoch aktiviert haben wollen bearbeiten Sie einfach `data/conf/sogo/sogo.conf` und **ändern** `SOGoPasswordChangeEnabled` zu `YES`. Bitte hier keine anderen Parameter außer `YES` oder `NO` verwenden.
|
||||
|
||||
AnschlieĂźend SOGo neustarten:
|
||||
|
||||
=== "docker compose (Plugin)"
|
||||
|
||||
|
|
|
@ -208,8 +208,9 @@ Restart SOGo:
|
|||
## Enable password changing
|
||||
|
||||
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)
|
||||
|
||||
+ 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.
|
||||
|
||||
|
|
Laden …
In neuem Issue referenzieren