summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-03-10 20:06:53 +0000
committerSadie Powell <sadie@witchery.services>2024-03-10 20:46:03 +0000
commite2df7d4d01f8fdb41c49ce8efc462cab005e7d5c (patch)
treedd9d66c45dd69ee01a700dfa62438999beaaada7 /data
parent9a984a814810306f2ca2690a0c8c25bcb1e87258 (diff)
Ensure that verify-only encryption modules can never encrypt passwords.
If another module was loaded first and then later unloaded it was possible for a deprecated module to encrypt passwords.
Diffstat (limited to 'data')
-rw-r--r--data/anope.example.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/anope.example.conf b/data/anope.example.conf
index 45ebef058..80302a88f 100644
--- a/data/anope.example.conf
+++ b/data/anope.example.conf
@@ -1310,7 +1310,7 @@ module
/*
* [DEPRECATED] enc_md5, enc_none, enc_old, enc_sha1, enc_sha256
*
- * These modules are deprecated can *ONLY* be used as a secondary encryption
+ * These modules are deprecated can *ONLY* be used as a verify-only encryption
* module to retain compatibility with old Anope databases. They will be removed
* in a future release.
*/