diff options
Diffstat (limited to '')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -6,6 +6,14 @@ Here is a history of user visible changes to Mailman. 2.1.6 (XX-XXX-200X) + - Added the ability for Mailman generated passwords (both member and list + admin) to be more cryptographically secure. See new configuration + variables USER_FRIENDLY_PASSWORDS, MEMBER_PASSWORD_LENGTH, and + ADMIN_PASSWORD_LENGTH. Also added a new bin/withlist script called + reset_pw which can be used to reset all member passwords. Passwords + generated by Mailman are now 8 characters by default for members, and 10 + characters for list administrators. + - Allow editing of the welcome message from the admin page (1085501). - A potential cross-site scripting hole in the driver script has been |