diff options
Diffstat (limited to 'Mailman/SecurityManager.py')
| -rw-r--r-- | Mailman/SecurityManager.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/SecurityManager.py b/Mailman/SecurityManager.py index 9edfd1a9d..c3f5db77a 100644 --- a/Mailman/SecurityManager.py +++ b/Mailman/SecurityManager.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998,1999,2000 by the Free Software Foundation, Inc. +# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -47,7 +47,7 @@ class SecurityManager: self.passwords = {} def ValidAdminPassword(self, response): - if Utils.CheckSiteAdminPassword(response): + if Utils.check_global_password(response): return 1 # Old passwords may have been encrypted w/crypt. First try comparing # challenge with sha hashed response and if that fails, use crypt and |
