From 8659d6ba05d8725dba99edea2bf4357ad0eb1673 Mon Sep 17 00:00:00 2001 From: Lorenz Meyer Date: Fri, 20 Jan 2023 10:52:12 +0100 Subject: [PATCH] Password strength for reset password --- templates/customer/password-new.tpl | 60 ++++++++++++++++++++--------- 1 file changed, 42 insertions(+), 18 deletions(-) diff --git a/templates/customer/password-new.tpl b/templates/customer/password-new.tpl index c4a828d9..8cbe447c 100644 --- a/templates/customer/password-new.tpl +++ b/templates/customer/password-new.tpl @@ -51,29 +51,53 @@ sprintf=['%email%' => $customer_email|stripslashes]} -
+
+
- - {l s='Your password must be at least %min% characters long.' d='Shop.Forms.Help' sprintf=['%min%' => 5]} -
- - +
+ + + + +
+
-
- - - {l s='Your password must be at least %min% characters long.' d='Shop.Forms.Help' sprintf=['%min%' => 5]} -
-
+
+ + + {l s='Your password must be at least %min% characters long.' d='Shop.Forms.Help' sprintf=['%min%' => 5]} +
+
- - - + + + - +