From 8a913ffe7ceca9d3ef176ed466d4043d382443c9 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 24 Jan 2004 16:54:22 +0000 Subject: - Removed the 'Page not found' message after the initial install and removed some old user module logic to install the initial role IDs. --- database/database.pgsql | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'database/database.pgsql') diff --git a/database/database.pgsql b/database/database.pgsql index 46a82926f..636f51e6d 100644 --- a/database/database.pgsql +++ b/database/database.pgsql @@ -578,7 +578,11 @@ INSERT INTO system VALUES ('themes/xtemplate/xtemplate.theme','xtemplate','theme INSERT INTO variable(name,value) VALUES('update_start', 's:10:"2003-10-27";'); INSERT INTO variable(name,value) VALUES('theme_default','s:9:"xtemplate";'); INSERT INTO users(uid,name,mail,rid) VALUES(0,'','', '1'); + +INSERT INTO role (rid, name) VALUES (1, 'anonymous user'); INSERT INTO permission VALUES (1,'access content',0); + +INSERT INTO role (rid, name) VALUES (2, 'authenticated user'); INSERT INTO permission VALUES (2,'access comments, access content, post comments, post comments without approval',0); INSERT INTO blocks(module,delta,status) VALUES('user', '0', '1'); -- cgit v1.2.3