浏览代码

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

[SOGo] Disable password change option
Niklas Meyer 2 年之前
父节点
当前提交
bda5f0ed4a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      data/conf/sogo/sogo.conf

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

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