aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2022-02-10 19:54:14 +0000
committerMatthew Wild <mwild1@gmail.com>2022-02-10 19:54:14 +0000
commit067a0ad4d8e8831f5cac75099926d60a7bad6323 (patch)
treee0fba917e761d1f005368a51ec27f6893efc8eee /CHANGES
parentecf01c937d3fd7289a53bdba402e00a36a1c10c0 (diff)
downloadprosody-067a0ad4d8e8831f5cac75099926d60a7bad6323.tar.gz
prosody-067a0ad4d8e8831f5cac75099926d60a7bad6323.zip
usermanager, mod_saslauth: Default to internal_hashed if no auth module specified
The default config was updated in this way long ago, but if no option was present in the config, Prosody would load internal_plain. This change can result in changes (for the better) for people using very old configuration files lacking an 'authentication' setting.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 83efa5c2..8e3a556c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -34,6 +34,7 @@ TRUNK
- Easy use of Mozilla TLS recommendations presets
- Unencrypted HTTP port (5280) restricted to loopback by default
- require_encryption options default to 'true' if unspecified
+- Authentication module defaults to 'internal_hashed' if unspecified
### HTTP