summaryrefslogtreecommitdiff
path: root/Mailman/SecurityManager.py
diff options
context:
space:
mode:
authorbwarsaw2002-12-02 14:03:45 +0000
committerbwarsaw2002-12-02 14:03:45 +0000
commit03316c59645be79c73d0c802f5d552ef2f7eff4d (patch)
tree07821f3eff2f2373d02936330f685e3f901c304d /Mailman/SecurityManager.py
parente8ab00ffad6cb2990216df65842b6559221aef4f (diff)
downloadmailman-03316c59645be79c73d0c802f5d552ef2f7eff4d.tar.gz
mailman-03316c59645be79c73d0c802f5d552ef2f7eff4d.tar.zst
mailman-03316c59645be79c73d0c802f5d552ef2f7eff4d.zip
Diffstat (limited to 'Mailman/SecurityManager.py')
-rw-r--r--Mailman/SecurityManager.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Mailman/SecurityManager.py b/Mailman/SecurityManager.py
index 03d5aa144..8b65738e3 100644
--- a/Mailman/SecurityManager.py
+++ b/Mailman/SecurityManager.py
@@ -87,9 +87,9 @@ class SecurityManager:
#
# Return the authcontext's secret and cookie key. If the authcontext
# doesn't exist, return the tuple (None, None). If authcontext is
- # AuthUser, but the user isn't a member of this mailing list, raise a
- # MMNotAMemberError error. If the user's secret is None, raise a
- # MMBadUserError.
+ # AuthUser, but the user isn't a member of this mailing list, a
+ # NotAMemberError will be raised. If the user's secret is None, raise
+ # a MMBadUserError.
key = self.internal_name() + '+'
if authcontext == mm_cfg.AuthUser:
if user is None: