diff options
author | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-03-25 21:25:54 -0400 |
---|---|---|
committer | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-03-25 21:25:54 -0400 |
commit | 34711f584651205cb6738b49df285d93a35393b5 (patch) | |
tree | f07a05279d36140b3b71313e0ed50e081709558b /templates/project_new.php | |
parent | 0d55f5aa35d21b79c5d79f7214c4c9e05b1d2684 (diff) |
Ask the current password before changing a user password
Diffstat (limited to 'templates/project_new.php')
-rw-r--r-- | templates/project_new.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/project_new.php b/templates/project_new.php index 5ce6f97d..2026d461 100644 --- a/templates/project_new.php +++ b/templates/project_new.php @@ -9,7 +9,7 @@ <form method="post" action="?controller=project&action=save" autocomplete="off"> <?= Helper\form_label(t('Name'), 'name') ?> - <?= Helper\form_text('name', $values, $errors, array('autofocus required')) ?> + <?= Helper\form_text('name', $values, $errors, array('autofocus', 'required')) ?> <div class="form-actions"> <input type="submit" value="<?= t('Save') ?>" class="btn btn-blue"/> |