summaryrefslogtreecommitdiff
path: root/src/mailman/model/docs
diff options
context:
space:
mode:
authorBarry Warsaw2015-04-15 00:14:41 -0400
committerBarry Warsaw2015-04-15 00:14:41 -0400
commit3e7dffa750a3e7bb15ac10b711832696554ba03a (patch)
tree2fa2d361385ee5fda45c63f3101020d5fa714561 /src/mailman/model/docs
parent2d5b67078e68b64543cf0a1ff18c7674ce3bb3e0 (diff)
downloadmailman-3e7dffa750a3e7bb15ac10b711832696554ba03a.tar.gz
mailman-3e7dffa750a3e7bb15ac10b711832696554ba03a.tar.zst
mailman-3e7dffa750a3e7bb15ac10b711832696554ba03a.zip
Prevent replay attacks with the confirmation token.
Diffstat (limited to 'src/mailman/model/docs')
-rw-r--r--src/mailman/model/docs/registration.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mailman/model/docs/registration.rst b/src/mailman/model/docs/registration.rst
index 5a4935355..fc7ad6f1a 100644
--- a/src/mailman/model/docs/registration.rst
+++ b/src/mailman/model/docs/registration.rst
@@ -48,7 +48,6 @@ list. In this case, verifying implies that she also confirms her wish to join
the mailing list.
>>> registrar.confirm(token)
- True
>>> mlist.members.get_member('anne@example.com')
<Member: Anne Person <anne@example.com> on ant@example.com
as MemberRole.member>
@@ -86,7 +85,6 @@ subscribed to the mailing list.
When the moderator confirms Bart's subscription, he joins the mailing list.
>>> registrar.confirm(token)
- True
>>> mlist.members.get_member('bart@example.com')
<Member: Bart Person <bart@example.com> on ant@example.com
as MemberRole.member>