Show
Ignore:
Timestamp:
02/04/10 16:20:28 (2 years ago)
Author:
gbastien
Message:

* First draft: nothing has changed so far, just the way tokens are generated from a template. Integration of the code by richard Jackson (#684). Not thoroughly tested though.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/newtoken/wifidog/classes/User.php

    r1435 r1445  
    10891089            ); 
    10901090        } 
     1091        if(Security::getObjectsWithPermission(Permission::P('NETWORK_PERM_GENERATE_USERS'))) 
     1092        { 
     1093            $items[] = array('path' => 'users/user_generator', 
     1094            'title' => _("User generator"), 
     1095            'url' => BASE_URL_PATH."admin/user_gen.php" 
     1096            ); 
     1097        } 
    10911098        if(Security::getObjectsWithPermission(Permission::P('NETWORK_PERM_VIEW_STATISTICS'))) 
    10921099        {