From 82ea51fa348c2d2f3b8054009f0b49cbf3fa04f1 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Fri, 29 May 1998 20:44:57 +0000 Subject: SITE_PW_FILE: Use DATA_DIR as directory to store adm.pw in --- modules/mm_security.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/mm_security.py b/modules/mm_security.py index 311a680d0..f487f4c13 100644 --- a/modules/mm_security.py +++ b/modules/mm_security.py @@ -22,7 +22,7 @@ import crypt, types, string, os import mm_err, mm_utils, mm_cfg # TBD: is this the best location for the site password? -SITE_PW_FILE = os.path.join(mm_cfg.LIST_DATA_DIR, 'adm.pw') +SITE_PW_FILE = os.path.join(mm_cfg.DATA_DIR, 'adm.pw') class SecurityManager: -- cgit v1.3.1