浏览代码

Merge pull request #416 from Rehwanne/patch-1

change auth to internal_hashed
Allen Riddell 9 年前
父节点
当前提交
48f1086416
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      roles/xmpp/templates/prosody.cfg.lua.j2

+ 1
- 1
roles/xmpp/templates/prosody.cfg.lua.j2 查看文件

@@ -124,7 +124,7 @@ pidfile = "/var/run/prosody/prosody.pid"
124 124
 -- server please see http://prosody.im/doc/modules/mod_auth_internal_hashed
125 125
 -- for information about using the hashed backend.
126 126
 
127
-authentication = "internal_plain"
127
+authentication = "internal_hashed"
128 128
 
129 129
 -- Select the storage backend to use. By default Prosody uses flat files
130 130
 -- in its configured data directory, but it also supports more backends

正在加载...
取消
保存