diff options
author | Sadie Powell <sadie@witchery.services> | 2024-02-22 10:46:30 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-02-22 10:46:30 +0000 |
commit | 14472c5a95e34b814e65c318863d47b56ca1097f (patch) | |
tree | 8a42adaf292de7f13f5ca8543edac720edb98b46 /data | |
parent | d4f4bcf23cc55abe77edeb6139257e504c627e38 (diff) |
Increase minpasslen and maxpasslen slightly.
Diffstat (limited to 'data')
-rw-r--r-- | data/nickserv.example.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index dd439c909..fee1003df 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -211,16 +211,16 @@ module /* * The minimum length of passwords * - * This directive is optional. If not set it defaults to 8. + * This directive is optional. If not set it defaults to 10. */ - minpasslen = 8 + minpasslen = 10 /* * The maximum length of passwords * - * This directive is optional. If not set it defaults to 32. + * This directive is optional. If not set it defaults to 50. */ - maxpasslen = 32 + maxpasslen = 50 } /* |