diff options
author | bwarsaw <> | 2004-12-30 20:49:31 +0000 |
---|---|---|
committer | bwarsaw <> | 2004-12-30 20:49:31 +0000 |
commit | 292e9a631ebec94138bd4f3b1f5a1a9faea9cb38 (patch) | |
tree | 1a48bcb9e9fbcce81a636e0af2f97ee57cf7f82c /configure.in | |
parent | bef8ca35019a13a4973086e7bf60d52e815763da (diff) | |
download | mailman2-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 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index b00788be..2e016ea5 100644 --- a/configure.in +++ b/configure.in @@ -15,7 +15,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. dnl Process this file with autoconf to produce a configure script. -AC_REVISION($Revision: 6770 $) +AC_REVISION($Revision: 7270 $) AC_PREREQ(2.0) AC_INIT(src/common.h) @@ -545,6 +545,7 @@ AC_DEFUN(MM_SCRIPTS, [dnl bin/add_members \ bin/arch \ bin/change_pw \ +bin/reset_pw \ bin/check_db \ bin/check_perms \ bin/cleanarch \ |