Changeset 1445 for branches/newtoken/wifidog/classes/Permission.php
- Timestamp:
- 02/04/10 16:20:28 (2 years ago)
- Files:
-
- 1 modified
-
branches/newtoken/wifidog/classes/Permission.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/newtoken/wifidog/classes/Permission.php
r1435 r1445 94 94 $PERMISSIONS['NETWORK_PERM_EDIT_DYNAMIC_ABUSE_CONTROL'] = array(_("User is allowed to set dynamic abuse control options for the network"), StakeholderType::Network, false); 95 95 $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 96 98 97 99 $PERMISSIONS['SERVER_PERM_EDIT_ROLES'] = array(_("User is allowed to edit user role definitions"), StakeholderType::Server, true);
