File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ VirtualHost "{{ .Env.XMPP_DOMAIN }}"
33
33
cyrus_application_name = " xmpp"
34
34
allow_unencrypted_plain_auth = true
35
35
{{ else if eq $AUTH_TYPE " internal" }}
36
- authentication = " internal_plain "
36
+ authentication = " internal_hashed "
37
37
{{ end }}
38
38
{{ else }}
39
39
authentication = " anonymous"
@@ -67,14 +67,14 @@ VirtualHost "{{ .Env.XMPP_AUTH_DOMAIN }}"
67
67
key = " /config/certs/{{ .Env.XMPP_AUTH_DOMAIN }}.key" ;
68
68
certificate = " /config/certs/{{ .Env.XMPP_AUTH_DOMAIN }}.crt" ;
69
69
}
70
- authentication = " internal_plain "
70
+ authentication = " internal_hashed "
71
71
72
72
{{ if .Env .XMPP_RECORDER_DOMAIN }}
73
73
VirtualHost " {{ .Env.XMPP_RECORDER_DOMAIN }}"
74
74
modules_enabled = {
75
75
" ping" ;
76
76
}
77
- authentication = " internal_plain "
77
+ authentication = " internal_hashed "
78
78
{{ end }}
79
79
80
80
Component " {{ .Env.XMPP_INTERNAL_MUC_DOMAIN }}" " muc"
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ s2s_secure_auth = false
126
126
-- server please see http://prosody.im/doc/modules/mod_auth_internal_hashed
127
127
-- for information about using the hashed backend.
128
128
129
- authentication = " internal_plain "
129
+ authentication = " internal_hashed "
130
130
131
131
-- Select the storage backend to use. By default Prosody uses flat files
132
132
-- in its configured data directory, but it also supports more backends
You can’t perform that action at this time.
0 commit comments