summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorcyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-15 17:52:45 +0000
committercyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-15 17:52:45 +0000
commit55e9bf5aea7787127d39aa8958fd203dfe4b67ed (patch)
tree4022110a85c9db5a61a590b6f4560dcac0ca96ae /data
parent12b60a78ff335ac40f861b00af59714ea2231825 (diff)
Added strictpasswords directive to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1703 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'data')
-rw-r--r--data/example_new.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/data/example_new.conf b/data/example_new.conf
index b041abdd7..1adecfb4b 100644
--- a/data/example_new.conf
+++ b/data/example_new.conf
@@ -265,6 +265,16 @@ options {
* This directive is optional, and you are discouraged against enabling it.
*/
#nobackupokay = yes
+
+ /*
+ * If set, Services will perform more stringent checks on passwords. If this
+ * isn't set, Services will only disallow a password if it is the same as the
+ * entity (nickname or channel name) with which it is associated. When set,
+ * however, Services will also check that the password is at least five
+ * characters long, and in the future will probably check other things
+ * as well. This directive is optional, but recommended.
+ */
+ strictpasswords = yes
}
/*