* This file is licensed under the Affero General Public License version 3 or later. * See the COPYING-README file. */ script('settings', [ 'users/deleteHandler', 'users/filter', 'users/users', 'users/groups' ]); script('core', [ 'multiselect', 'singleselect' ]); style('settings', 'settings'); $userlistParams = array(); $allGroups=array(); foreach($_["adminGroup"] as $group) { $allGroups[] = $group['name']; } foreach($_["groups"] as $group) { $allGroups[] = $group['name']; } $userlistParams['subadmingroups'] = $allGroups; $userlistParams['allGroups'] = json_encode($allGroups); $items = array_flip($userlistParams['subadmingroups']); unset($items['admin']); $userlistParams['subadmingroups'] = array_flip($items); translation('settings'); ?>
inc('users/part.grouplist')); ?>
inc('users/part.setquota')); ?>

/>

/>

/>

/>

/>

t('When the password of a new user is left empty, an activation email with a link to set the password is sent.')) ?>

inc('users/part.createuser')); ?> inc('users/part.userlist', $userlistParams)); ?>