summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2008-11-05 05:32:47 +0000
committerTim Almdal <tnalmdal@shaw.ca>2008-11-05 05:32:47 +0000
commit3c65b68e1c958190ea6c4ca995019109a6a55865 (patch)
tree9a4731cbef922fbb838a1f2e41773ab576f3281b /core
parenta60944e07d77bcc020bf33934055702dae89b875 (diff)
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).
Diffstat (limited to 'core')
-rw-r--r--core/config/config.php3
1 files changed, 2 insertions, 1 deletions
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',
);