~barry/mailman/events-and-web

« back to all changes in this revision

Viewing changes to src/mailman/testing/layers.py

  • 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:
118
118
        [mailman]
119
119
        layout: testing
120
120
        [passwords]
121
 
        password_scheme: cleartext
 
121
        password_scheme: passlib.hash.plaintext
122
122
        [paths.testing]
123
123
        var_dir: %s
124
124
        [devmode]