Added the ability to manually create a user.

This commit is contained in:
Loic d'Anterroches
2010-02-24 10:43:28 +01:00
parent cc6f1c7cd8
commit 51842c02f6
6 changed files with 350 additions and 3 deletions

View File

@@ -370,6 +370,11 @@ $ctl[] = array('regex' => '#^/admin/users/$#',
'model' => 'IDF_Views_Admin',
'method' => 'users');
$ctl[] = array('regex' => '#^/admin/users/create/$#',
'base' => $base,
'model' => 'IDF_Views_Admin',
'method' => 'userCreate');
$ctl[] = array('regex' => '#^/admin/users/notvalid/$#',
'base' => $base,
'model' => 'IDF_Views_Admin',