Prevent replay attacks with the confirmation token.
commit3e7dffa750a3e7bb15ac10b711832696554ba03a
authorBarry Warsaw <barry@list.org>
Wed, 15 Apr 2015 04:14:41 +0000 (15 00:14 -0400)
committerBarry Warsaw <barry@list.org>
Wed, 15 Apr 2015 04:14:41 +0000 (15 00:14 -0400)
tree2fa2d361385ee5fda45c63f3101020d5fa714561
parent2d5b67078e68b64543cf0a1ff18c7674ce3bb3e0
Prevent replay attacks with the confirmation token.
TODO.rst
src/mailman/app/registrar.py
src/mailman/app/subscriptions.py
src/mailman/app/tests/test_registrar.py
src/mailman/app/tests/test_subscriptions.py
src/mailman/commands/eml_confirm.py
src/mailman/commands/tests/test_confirm.py
src/mailman/interfaces/registrar.py
src/mailman/model/docs/registration.rst
src/mailman/runners/docs/command.rst
src/mailman/runners/tests/test_join.py