Ver Fonte

Merge pull request #5109 from mailcow/dragoangel-patch-2

[SOGo] Disable password change option
Niklas Meyer há 2 anos atrás
pai
commit
bda5f0ed4a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      data/conf/sogo/sogo.conf

+ 1 - 1
data/conf/sogo/sogo.conf

@@ -62,7 +62,7 @@
     SOGoFirstDayOfWeek = "1";
 
     SOGoSieveFolderEncoding = "UTF-8";
-    SOGoPasswordChangeEnabled = YES;
+    SOGoPasswordChangeEnabled = NO;
     SOGoSentFolderName = "Sent";
     SOGoMailShowSubscribedFoldersOnly = NO;
     NGImap4ConnectionStringSeparator = "/";