Added the registration form.
Still need a lot :)
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user