From 0b7962ca0168d65cfb6516792ae2af6c26005c20 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 14 Sep 2009 07:33:55 +0000 Subject: - Patch #570572 by winston, David_Rothstein | Shai, Xano, alexanderpas, emmajane, kazar: changed label for user/1 account from 'administrator' to 'site maintenance account'. --- sites/default/default.settings.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'sites/default') diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php index 9434dd28a..245cfb4c8 100644 --- a/sites/default/default.settings.php +++ b/sites/default/default.settings.php @@ -156,11 +156,12 @@ $db_prefix = ''; /** * Access control for update.php script * - * If you are updating your Drupal installation using the update.php script - * being not logged in as administrator, you will need to modify the access - * check statement below. Change the FALSE to a TRUE to disable the access - * check. After finishing the upgrade, be sure to open this file again - * and change the TRUE back to a FALSE! + * If you are updating your Drupal installation using the update.php script but + * are not logged in using the site maintenance account (the account that was + * created during installation), you will need to modify the access check + * statement below. Change the FALSE to a TRUE to disable the access check. + * After finishing the upgrade, be sure to open this file again and change the + * TRUE back to a FALSE! */ $update_free_access = FALSE; -- cgit v1.2.3