File mailman-weak-password.diff of Package mailman.24378
---
Mailman/Defaults.py.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/Mailman/Defaults.py.in
+++ b/Mailman/Defaults.py.in
@@ -978,7 +978,7 @@ DEFAULT_NEW_MEMBER_OPTIONS = 256
# Set this value to No to use more cryptographically secure, but harder to
# remember, passwords -- if your operating system and Python version support
# the necessary feature (specifically that /dev/urandom be available).
-USER_FRIENDLY_PASSWORDS = Yes
+USER_FRIENDLY_PASSWORDS = No
# This value specifies the default lengths of member and list admin passwords
MEMBER_PASSWORD_LENGTH = 8
ADMIN_PASSWORD_LENGTH = 10