Check the box remember me by default

This commit is contained in:
Frederic Guillot
2015-07-03 20:08:13 -04:00
parent b054790200
commit a6d434d91f
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
<?= $this->form->label(t('Password'), 'password') ?>
<?= $this->form->password('password', $values, $errors, array('required')) ?>
<?= $this->form->checkbox('remember_me', t('Remember Me'), 1) ?><br/>
<?= $this->form->checkbox('remember_me', t('Remember Me'), 1, true) ?><br/>
<?php if (GOOGLE_AUTH): ?>
<?= $this->url->link(t('Login with my Google Account'), 'user', 'google') ?>