diff options
author | Peter Powell <petpow@saberuk.com> | 2016-05-26 23:05:47 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2016-09-13 22:33:41 +0100 |
commit | ae334addd024c11bb063704640d04cfd5f32bdce (patch) | |
tree | dcb6ec77e491bfe3934bd171c66add711d199670 | |
parent | 3b0f52c92b744836520af4b9915478569f297d39 (diff) |
Clarify how to use deprecated encryption modules.
-rw-r--r-- | data/anope.example.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/anope.example.conf b/data/anope.example.conf index b2dee0ca7..1d5dca213 100644 --- a/data/anope.example.conf +++ b/data/anope.example.conf @@ -1166,7 +1166,9 @@ module module { name = "encryption/sha256" } /* - * [DEPRECATED] Deprecated encryption modules. + * [DEPRECATED] Deprecated encryption modules. You can only use these for compatibility with + * old databases and will need to load one of the above modules as your primary encryption + * module. */ #module { name = "encryption/md5" } #module { name = "encryption/sha1" } |