Check the box remember me by default
This commit is contained in:
parent
b054790200
commit
a6d434d91f
|
|
@ -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') ?>
|
||||
|
|
|
|||
|
|
@ -347,7 +347,7 @@ input.form-date {
|
|||
}
|
||||
|
||||
input.form-input-large {
|
||||
width: 450px;
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
.form-row {
|
||||
|
|
|
|||
|
|
@ -142,7 +142,7 @@ input.form-date {
|
|||
}
|
||||
|
||||
input.form-input-large {
|
||||
width: 450px;
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
.form-row {
|
||||
|
|
|
|||
Loading…
Reference in New Issue