From d0251553146256bfa03ee63d77fcc90582a1289d Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sat, 8 Nov 2008 01:56:59 +0000 Subject: The start of an authentication module. This provides the installation and a basic install test. There is no interface at the moment to do authentication. It is dependent on the install of the user module. --- core/config/config.php | 1 + 1 file changed, 1 insertion(+) (limited to 'core') diff --git a/core/config/config.php b/core/config/config.php index b57a4b71..dafd107f 100644 --- a/core/config/config.php +++ b/core/config/config.php @@ -129,4 +129,5 @@ $config['modules'] = array MODPATH . 'user', MODPATH . 'info', MODPATH . 'gmaps', + MODPATH . 'auth', ); -- cgit v1.2.3