1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 07:36:38 +02:00

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.
This commit is contained in:
Sadie Powell
2024-03-10 20:06:53 +00:00
parent 9a984a8148
commit e2df7d4d01
6 changed files with 68 additions and 102 deletions
+1 -1
View File
@@ -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.
*/