diff options
| author | Barry Warsaw | 2015-04-15 00:14:41 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2015-04-15 00:14:41 -0400 |
| commit | 3e7dffa750a3e7bb15ac10b711832696554ba03a (patch) | |
| tree | 2fa2d361385ee5fda45c63f3101020d5fa714561 /src/mailman/model/docs | |
| parent | 2d5b67078e68b64543cf0a1ff18c7674ce3bb3e0 (diff) | |
| download | mailman-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.rst | 2 |
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> |
