1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 23:23:13 +02:00

Change default EncModule to enc_md5

This commit is contained in:
Charles Kingsley
2010-08-21 09:08:55 +01:00
parent 085976adf5
commit e594937c0b
+4 -3
View File
@@ -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"
###########################################################################
#