From 7baf75c9ee6a7ab3eaa8d35cb4709430426721cb Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Mon, 18 May 2020 09:47:58 +0200 Subject: upgrade user password management - add confirm password option - remove maxlength - add dedicated flash messages --- app/view/templates/user.php | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'app/view') diff --git a/app/view/templates/user.php b/app/view/templates/user.php index faa44aa..31df074 100644 --- a/app/view/templates/user.php +++ b/app/view/templates/user.php @@ -40,15 +40,25 @@ $this->layout('layout', ['title' => 'user', 'stylesheets' => [$css . 'home.css']

When you tick the remember-me checkbox during login, you can choose how much time W will remember you.

- - + - + + +
+

Password

+ + +
+ +
+ +
+

Password have to be between and characters long.

- - + +
-- cgit v1.2.3