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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user