diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-04-08 20:50:50 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-04-08 20:50:50 +0200 |
commit | c35d018995da99028747fe672e4d07484855dba2 (patch) | |
tree | ed509e89b2d5f5c63d0af7580360e6eacea0fb7b /app/view/templates/connect.php | |
parent | c3e62c500b38104acaecc987621cfc03058729c0 (diff) | |
download | wcms-c35d018995da99028747fe672e4d07484855dba2.tar.gz wcms-c35d018995da99028747fe672e4d07484855dba2.zip |
simple cookies storage
using flywheel autogerated ID
Diffstat (limited to 'app/view/templates/connect.php')
-rw-r--r-- | app/view/templates/connect.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/view/templates/connect.php b/app/view/templates/connect.php index e21b360..6fd5b14 100644 --- a/app/view/templates/connect.php +++ b/app/view/templates/connect.php @@ -19,6 +19,9 @@ if(in_array($route, ['pageedit', 'pageread', 'pageread/', 'pageadd'])) { } ?> <input type="password" name="pass" id="loginpass" placeholder="password" autofocus> +<input type="hidden" name="rememberme" value="0"> +<input type="checkbox" name="rememberme" id="rememberme" value="1"> +<label for="rememberme">Remember me</label> <input name="log" type="submit" value="login"> </form> |