diff options
| author | Sadie Powell <sadie@witchery.services> | 2021-05-31 21:18:26 +0100 |
|---|---|---|
| committer | Sadie Powell <sadie@witchery.services> | 2021-05-31 21:44:10 +0100 |
| commit | cadc6f48e614fad6c8febf42899f352d9172fa73 (patch) | |
| tree | f6543974468a755547a6ed768a9ad112e1e69c63 /data/anope.example.conf | |
| parent | b6665d5eb952b94a12b6630f0da45955bfac0549 (diff) | |
Remove nickserv:strictpasswords as it is now obsolete.
Diffstat (limited to 'data/anope.example.conf')
| -rw-r--r-- | data/anope.example.conf | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/data/anope.example.conf b/data/anope.example.conf index 8c641001f..88ac0a948 100644 --- a/data/anope.example.conf +++ b/data/anope.example.conf @@ -403,18 +403,6 @@ options #seed = 9866235 /* - * 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 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 - - /* * Sets the number of invalid password tries before services removes a user * from the network. If a user enters a number of invalid passwords equal to * the given amount for any services function or combination of functions |
