Improve user creation form to automatically add project member and enable notifications

This commit is contained in:
Frederic Guillot
2015-06-27 15:40:42 -04:00
parent 6c772de184
commit 7cae104de1
6 changed files with 34 additions and 26 deletions

View File

@@ -42,9 +42,6 @@
<td>
<?= $user['twofactor_activated'] ? t('Yes') : t('No') ?>
</td>
<td>
<?= (isset($user['default_project_id']) && isset($projects[$user['default_project_id']])) ? $this->e($projects[$user['default_project_id']]) : t('None'); ?>
</td>
<td>
<?php if ($user['notifications_enabled'] == 1): ?>
<?= t('Enabled') ?>