aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorbwarsaw <>2004-12-30 20:49:31 +0000
committerbwarsaw <>2004-12-30 20:49:31 +0000
commit292e9a631ebec94138bd4f3b1f5a1a9faea9cb38 (patch)
tree1a48bcb9e9fbcce81a636e0af2f97ee57cf7f82c /NEWS
parentbef8ca35019a13a4973086e7bf60d52e815763da (diff)
downloadmailman2-292e9a631ebec94138bd4f3b1f5a1a9faea9cb38.tar.gz
mailman2-292e9a631ebec94138bd4f3b1f5a1a9faea9cb38.tar.xz
mailman2-292e9a631ebec94138bd4f3b1f5a1a9faea9cb38.zip
From the NEWS file:
- 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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 997a0621..141b3935 100644
--- a/NEWS
+++ b/NEWS
@@ -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