diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-05 05:32:47 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-11-05 05:32:47 +0000 |
commit | 3c65b68e1c958190ea6c4ca995019109a6a55865 (patch) | |
tree | 9a4731cbef922fbb838a1f2e41773ab576f3281b /core | |
parent | a60944e07d77bcc020bf33934055702dae89b875 (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.php | 3 |
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', ); |