diff options
| author | Barry Warsaw | 2012-12-25 14:30:06 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2012-12-25 14:30:06 -0500 |
| commit | f63a2651d3a1fff24d62de747e2e7ab864a075ee (patch) | |
| tree | 3f95cbe3fa10291e36d64b4a65744617c6100e92 /src/mailman/rules/approved.py | |
| parent | 7cade857aafe1aa066be7269c3cbb2025a69d648 (diff) | |
| download | mailman-f63a2651d3a1fff24d62de747e2e7ab864a075ee.tar.gz mailman-f63a2651d3a1fff24d62de747e2e7ab864a075ee.tar.zst mailman-f63a2651d3a1fff24d62de747e2e7ab864a075ee.zip | |
Diffstat (limited to 'src/mailman/rules/approved.py')
| -rw-r--r-- | src/mailman/rules/approved.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/rules/approved.py b/src/mailman/rules/approved.py index 3ff7d21ec..b1e3b0f1c 100644 --- a/src/mailman/rules/approved.py +++ b/src/mailman/rules/approved.py @@ -122,7 +122,7 @@ class Approved: if password is missing: return False is_valid, new_hash = config.password_context.verify( - mlist.moderator_password, password) + password, mlist.moderator_password) if is_valid and new_hash: # Hash algorithm migration. mlist.moderator_password = new_hash |
