File mailman-weak-password.diff of Package mailman
--- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -1069,7 +1069,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