old tickets

Issue 38: Add tab for inactive users in forge management
Issue 37: Add tab for active users in forge management
This commit is contained in:
Nathan Adams
2015-08-30 20:24:03 -05:00
parent 5c61ef6d52
commit 90ce6fda4c
3 changed files with 27 additions and 7 deletions

View File

@@ -556,6 +556,11 @@ $ctl[] = array('regex' => '#^/admin/users/notvalid/$#',
'model' => 'IDF_Views_Admin',
'method' => 'usersNotValidated');
$ctl[] = array('regex' => '#^/admin/users/inactive/$#',
'base' => $base,
'model' => 'IDF_Views_Admin',
'method' => 'usersInActive');
$ctl[] = array('regex' => '#^/admin/users/(\d+)/$#',
'base' => $base,
'model' => 'IDF_Views_Admin',