Check the box remember me by default
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
<?= $this->form->label(t('Password'), 'password') ?>
|
<?= $this->form->label(t('Password'), 'password') ?>
|
||||||
<?= $this->form->password('password', $values, $errors, array('required')) ?>
|
<?= $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): ?>
|
<?php if (GOOGLE_AUTH): ?>
|
||||||
<?= $this->url->link(t('Login with my Google Account'), 'user', 'google') ?>
|
<?= $this->url->link(t('Login with my Google Account'), 'user', 'google') ?>
|
||||||
|
|||||||
@@ -347,7 +347,7 @@ input.form-date {
|
|||||||
}
|
}
|
||||||
|
|
||||||
input.form-input-large {
|
input.form-input-large {
|
||||||
width: 450px;
|
width: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-row {
|
.form-row {
|
||||||
|
|||||||
@@ -142,7 +142,7 @@ input.form-date {
|
|||||||
}
|
}
|
||||||
|
|
||||||
input.form-input-large {
|
input.form-input-large {
|
||||||
width: 450px;
|
width: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-row {
|
.form-row {
|
||||||
|
|||||||
Reference in New Issue
Block a user