From 0213abe069420583f34e7536457fd843af98425f Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Mon, 25 Sep 2006 18:34:48 +0000 Subject: [PATCH] - change default maintenance account email to match that of MyPLC --- planetlab4.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/planetlab4.sql b/planetlab4.sql index 4ed4d67..451a7ba 100644 --- a/planetlab4.sql +++ b/planetlab4.sql @@ -9,7 +9,7 @@ -- -- Copyright (C) 2006 The Trustees of Princeton University -- --- $Id$ +-- $Id: planetlab4.sql,v 1.1 2006/09/25 14:40:16 mlhuang Exp $ -- -------------------------------------------------------------------------------- @@ -409,7 +409,7 @@ LEFT JOIN site_nodes USING (site_id); INSERT INTO persons (first_name, last_name, email, password, enabled) VALUES -('Maintenance', 'Account', 'maint@planet-lab.org', 'nopass', true); +('Maintenance', 'Account', 'maint@localhost.localdomain', 'nopass', true); INSERT INTO person_role (person_id, role_id) VALUES (1, 10); INSERT INTO person_role (person_id, role_id) VALUES (1, 20); -- 2.43.0