Browse Source

Merge pull request #416 from Rehwanne/patch-1

change auth to internal_hashed
Allen Riddell 9 years ago
parent
commit
48f1086416
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      roles/xmpp/templates/prosody.cfg.lua.j2

+ 1
- 1
roles/xmpp/templates/prosody.cfg.lua.j2 View File

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

Loading…
Cancel
Save