diff options
Diffstat (limited to 'app/Template/user/index.php')
-rw-r--r-- | app/Template/user/index.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Template/user/index.php b/app/Template/user/index.php index 6b4396b2..08184698 100644 --- a/app/Template/user/index.php +++ b/app/Template/user/index.php @@ -18,7 +18,6 @@ <th><?= $paginator->order(t('Email'), 'email') ?></th> <th><?= $paginator->order(t('Administrator'), 'is_admin') ?></th> <th><?= $paginator->order(t('Two factor authentication'), 'twofactor_activated') ?></th> - <th><?= $paginator->order(t('Default project'), 'default_project_id') ?></th> <th><?= $paginator->order(t('Notifications'), 'notifications_enabled') ?></th> <th><?= t('External accounts') ?></th> <th><?= $paginator->order(t('Account type'), 'is_ldap_user') ?></th> |