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/Permission.php

    r1435 r1445  
    9494            $PERMISSIONS['NETWORK_PERM_EDIT_DYNAMIC_ABUSE_CONTROL'] = array(_("User is allowed to set dynamic abuse control options for the network"), StakeholderType::Network, false); 
    9595            $PERMISSIONS['NETWORK_PERM_ALLOW_GROUP_NODE'] = array(_("User is allowed group nodes into virtual node groups"), StakeholderType::Network, false); 
     96            $PERMISSIONS['NETWORK_PERM_GENERATE_USERS'] = array(_("User is allowed to generate user accounts"), StakeholderType::Network, false); 
     97             
    9698 
    9799            $PERMISSIONS['SERVER_PERM_EDIT_ROLES'] = array(_("User is allowed to edit user role definitions"), StakeholderType::Server, true);