aboutsummaryrefslogtreecommitdiff
path: root/app/view
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2020-05-25 17:05:08 +0200
committervincent-peugnet <v.peugnet@free.fr>2020-05-25 17:05:08 +0200
commit55fc826f9827dd86427534c11594c0d9c4f0b8d1 (patch)
tree173075f643de38d6ac79dc86cd4b1099f99a3eaf /app/view
parentbab3d969f6ab1846d818e4ef4d4f777c13575d88 (diff)
downloadwcms-55fc826f9827dd86427534c11594c0d9c4f0b8d1.tar.gz
wcms-55fc826f9827dd86427534c11594c0d9c4f0b8d1.zip
add /login and /logout close #117
Diffstat (limited to 'app/view')
-rw-r--r--app/view/templates/alert.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/view/templates/alert.php b/app/view/templates/alert.php
index 1672443..e4aced5 100644
--- a/app/view/templates/alert.php
+++ b/app/view/templates/alert.php
@@ -38,6 +38,8 @@ $this->stop();
<input type="password" name="pass" id="loginpass" placeholder="password">
<input type="hidden" name="route" value="pageread/">
<input type="hidden" name="id" value="' . $page->id() . '">
+ <input type="checkbox" name="rememberme" id="rememberme" value="1">
+ <label for="rememberme">Remember me</label>
<input type="submit" name="log" value="login" id="button">
</form>
</p>';