Added the filtering of the non validated users by default.

This commit is contained in:
Loic d'Anterroches
2009-01-02 11:38:35 +01:00
parent 3aaf24d3bb
commit 404e2cd150
3 changed files with 31 additions and 3 deletions

View File

@@ -423,6 +423,12 @@ $ctl[] = array('regex' => '#^/admin/users/$#',
'model' => 'IDF_Views_Admin',
'method' => 'users');
$ctl[] = array('regex' => '#^/admin/users/notvalid/$#',
'base' => $base,
'priority' => 4,
'model' => 'IDF_Views_Admin',
'method' => 'usersNotValidated');
$ctl[] = array('regex' => '#^/admin/users/(\d+)/$#',
'base' => $base,
'priority' => 4,