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:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user