Explorar el Código

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

[SOGo] Disable password change option
Niklas Meyer hace 2 años
padre
commit
bda5f0ed4a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 = "/";