|
|
@@ -142,7 +142,6 @@ pidfile = "/var/run/prosody/prosody.pid"
|
|
142
|
142
|
-- server please see http://prosody.im/doc/modules/mod_auth_internal_hashed
|
|
143
|
143
|
-- for information about using the hashed backend.
|
|
144
|
144
|
|
|
145
|
145
|
authentication = "internal_hashed"
|
|
146
|
146
|
|
|
147
|
147
|
-- Select the storage backend to use. By default Prosody uses flat files
|
|
|
@@ -190,7 +189,7 @@ VirtualHost "auth.jitsi.example.com"
|
|
190
|
189
|
key = "/var/lib/prosody/auth.jitsi.example.com.key";
|
|
191
|
190
|
certificate = "/var/lib/prosody/auth.jitsi.example.com.crt";
|
|
192
|
191
|
}
|
|
193
|
|
- authentication = "internal_plain"
|
|
|
192
|
+ authentication = "internal_hashed"
|
|
194
|
193
|
|
|
195
|
194
|
------ Components ------
|
|
196
|
195
|
-- You can specify components to add hosts that provide special services,
|