diff options
| author | Barry Warsaw | 2016-11-25 09:05:26 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2016-11-25 09:05:26 -0500 |
| commit | ffc8ed1347121079c047ec454f94e27bf54a9d42 (patch) | |
| tree | cf966da53e70df97a4561ef3dc2b59a9e4e03436 /src/mailman/config | |
| parent | 1c2337a411dd9ffb3ef90a81f81baee7929b7f21 (diff) | |
| download | mailman-ffc8ed1347121079c047ec454f94e27bf54a9d42.tar.gz mailman-ffc8ed1347121079c047ec454f94e27bf54a9d42.tar.zst mailman-ffc8ed1347121079c047ec454f94e27bf54a9d42.zip | |
Handle a Python 3.6 difference in interact().
Also:
* Fix a regexp that 3.6 raises an exception on.
* Remove a deprecated attribute from passlib.cfg.
Diffstat (limited to 'src/mailman/config')
| -rw-r--r-- | src/mailman/config/passlib.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mailman/config/passlib.cfg b/src/mailman/config/passlib.cfg index 805f0fb11..0564f9eb3 100644 --- a/src/mailman/config/passlib.cfg +++ b/src/mailman/config/passlib.cfg @@ -3,7 +3,6 @@ # See http://packages.python.org/passlib/index.html for details. schemes = sha512_crypt, sha256_crypt default = sha512_crypt -all__vary_rounds = 0.1 sha256_crypt__min_rounds = 80000 sha512_crypt__min_rounds = 60000 admin__sha256_crypt__min_rounds = 160000 |
