summaryrefslogtreecommitdiff
path: root/Mailman/SecurityManager.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/SecurityManager.py')
-rw-r--r--Mailman/SecurityManager.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/Mailman/SecurityManager.py b/Mailman/SecurityManager.py
index 9b7401e59..17cb870cb 100644
--- a/Mailman/SecurityManager.py
+++ b/Mailman/SecurityManager.py
@@ -72,13 +72,6 @@ SLASH = '/'
class SecurityManager:
- def InitVars(self):
- # self.password is really a SecurityManager attribute, but it's set in
- # MailList.InitVars().
- self.mod_password = None
- # Non configurable
- self.passwords = {}
-
def AuthContextInfo(self, authcontext, user=None):
# authcontext may be one of AuthUser, AuthListModerator,
# AuthListAdmin, AuthSiteAdmin. Not supported is the AuthCreator