From 3c65b68e1c958190ea6c4ca995019109a6a55865 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Wed, 5 Nov 2008 05:32:47 +0000 Subject: The start of the user module. At this point, it shows up on the scaffolding screen and you can install and uninstall it. Which creates the tables, defines 2 groups (adminstrator, registered) and one user (admin). --- core/config/config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/config') diff --git a/core/config/config.php b/core/config/config.php index 71bd5823..2627a6f4 100644 --- a/core/config/config.php +++ b/core/config/config.php @@ -124,6 +124,7 @@ $config['modules'] = array MODPATH . 'carousel', MODPATH . 'tags', - + MODPATH . 'user', + THEMEPATH . 'default', ); -- cgit v1.2.3