Added the registration form.

Still need a lot :)
This commit is contained in:
Loic d'Anterroches
2008-07-29 22:33:13 +02:00
parent c50e218704
commit 416d13e249
5 changed files with 211 additions and 2 deletions

View File

@@ -36,6 +36,12 @@ $ctl[] = array('regex' => '#^/login/$#',
'model' => 'IDF_Views',
'method' => 'login');
$ctl[] = array('regex' => '#^/register/$#',
'base' => $base,
'priority' => 4,
'model' => 'IDF_Views',
'method' => 'register');
$ctl[] = array('regex' => '#^/logout/$#',
'base' => $base,
'priority' => 4,