diff options
| author | bwarsaw | 2001-05-09 06:45:28 +0000 |
|---|---|---|
| committer | bwarsaw | 2001-05-09 06:45:28 +0000 |
| commit | 6a3108253ec5af029b43d55207986c6c26c28260 (patch) | |
| tree | 2c26b1c023c41c2599e07547298f066a2e789617 /Mailman/SecurityManager.py | |
| parent | 08775dcc27698d31066774334c105164211389c3 (diff) | |
| download | mailman-6a3108253ec5af029b43d55207986c6c26c28260.tar.gz mailman-6a3108253ec5af029b43d55207986c6c26c28260.tar.zst mailman-6a3108253ec5af029b43d55207986c6c26c28260.zip | |
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 |
