~barry/mailman/events-and-web

« back to all changes in this revision

Viewing changes to src/mailman/config/schema.cfg

  • Committer: Barry Warsaw
  • Date: 2012-06-28 03:03:04 UTC
  • mto: This revision was merged to the branch mainline in revision 7156.
  • Revision ID: barry@list.org-20120628030304-cjlh7q9tgwasxno2
Replace flufl.password with passlib, albeit with a wrapper.

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
[passwords]
157
157
# The default scheme to use to encrypt new passwords.  Existing passwords
158
158
# include the scheme that was used to encrypt them, so it's okay to change
159
 
# this after users have been added.
160
 
password_scheme: ssha
 
159
# this after users have been added.  This is the path to a passlib hash
 
160
# algorithm.  See http://packages.python.org/passlib/lib/passlib.hash.html
 
161
password_scheme: passlib.hash.pbkdf2_sha512
161
162
 
162
163
# When Mailman generates them, this is the default length of passwords.
163
164
password_length: 8