diff options
author | Adam <Adam@anope.org> | 2014-01-26 01:03:43 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-01-26 01:03:43 -0500 |
commit | e965bc3049030307d91b13cace96b7640a79d46e (patch) | |
tree | c045d32bdbf303c7bd27a1bf940b1c8a6ac1b30f /data | |
parent | 01780c9e7a92c6fc3c9c3a4733fad1808a3e462f (diff) |
Revert "Rename db_old hash plain -> none which is what 1.8 calls it"
This reverts commit 9a9ca417500e3de64013583e3f6db8dd165d9a95.
Diffstat (limited to 'data')
-rw-r--r-- | data/example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/example.conf b/data/example.conf index 3ab1e2d42..948700e8b 100644 --- a/data/example.conf +++ b/data/example.conf @@ -1065,7 +1065,7 @@ mail /* * This is the encryption type used by the databases. This must be set correctly or - * your passwords will not work. Valid options are: md5, oldmd5, sha1, and none. + * your passwords will not work. Valid options are: md5, oldmd5, sha1, and plain. * You must also be sure to load the correct encryption module below in the Encryption * Modules section so that your passwords work. */ |