From c63a0228333e18fe2b1b84c29ab70af82698bdab Mon Sep 17 00:00:00 2001
From: vincent-peugnet
Date: Fri, 10 Apr 2020 15:33:21 +0200
Subject: user manage password close #69 users can change their passwords
themself
---
app/view/templates/user.php | 21 ++++++++++++++++-----
1 file changed, 16 insertions(+), 5 deletions(-)
(limited to 'app/view/templates/user.php')
diff --git a/app/view/templates/user.php b/app/view/templates/user.php
index ca944fd..f77699d 100644
--- a/app/view/templates/user.php
+++ b/app/view/templates/user.php
@@ -1,4 +1,8 @@
-layout('layout', ['title' => 'user', 'stylesheets' => [$css . 'home.css']]) ?>
+layout('layout', ['title' => 'user', 'stylesheets' => [$css . 'home.css']]) ?>
start('page') ?>
@@ -37,7 +41,14 @@
When you tick the remember-me checkbox during login, you can choose how much time W will remember you.
-
+
+
+
+
+
+
+
+
@@ -91,10 +102,10 @@