diff options
author | Charles Kingsley <chaz@anope.org> | 2010-08-21 09:08:55 +0100 |
---|---|---|
committer | Charles Kingsley <chaz@anope.org> | 2010-08-21 09:08:55 +0100 |
commit | e594937c0b039a7b4adb3d73a1159dbdb0cc29d3 (patch) | |
tree | b846bbd874732d459567af684eafadd1aa708fb7 | |
parent | 085976adf5b7a4a506c1e1c2e3181a8e2013545e (diff) |
Change default EncModule to enc_md5
-rw-r--r-- | data/example.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/data/example.conf b/data/example.conf index c66df17bd..24a0a6422 100644 --- a/data/example.conf +++ b/data/example.conf @@ -108,9 +108,10 @@ # This determines how the passwords are stored in the databases, # and does not add any security as far as transmitting passwords over # the network goes. +# # enc_none provides no password encryption, storing the password in -# plain text, this is the most versiatle as passwords can easily be -# recovered. +# plain text, this is the most versatile as passwords can easily be +# recovered but is not secure and therefore not recommended for use. # # NOTE: users of anope's previous (broken) md5 implementation should # select the enc_old option, or things may break. @@ -125,7 +126,7 @@ # SHA1 - enc_sha1 # -EncModule "enc_none" +EncModule "enc_md5" ########################################################################### # |