From 0df2dfd6d5ba6b298b12568d5d4daf4ebfeb89fb Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Fri, 10 Dec 2010 20:53:30 +1100 Subject: [PATCH] MOD_NEVER_REAL_PASSWORD in config.php --- inc/config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/config.php b/inc/config.php index 8411dd31..5c1e5a0d 100644 --- a/inc/config.php +++ b/inc/config.php @@ -135,6 +135,8 @@ define('MOD_LOCK_IP', true, true); // The page that is first shown when a moderator logs in. Defaults to the dashboard. define('MOD_DEFAULT', '/', true); + // Don't even display MySQL password to administrators (in the configuration page) + define('MOD_NEVER_REAL_PASSWORD', true, true); // Probably best not to change these: define('MOD_JANITOR', 0, true);