From 27a55e69169b36d955ab33893228d4c9014a2e47 Mon Sep 17 00:00:00 2001 From: steinm Date: Tue, 29 Jan 2013 13:09:53 +0000 Subject: [PATCH] - show password strength only if turned on in the settings --- views/bootstrap/class.ChangePassword.php | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/views/bootstrap/class.ChangePassword.php b/views/bootstrap/class.ChangePassword.php index 24ee82cb1..220c267ec 100644 --- a/views/bootstrap/class.ChangePassword.php +++ b/views/bootstrap/class.ChangePassword.php @@ -35,6 +35,7 @@ class LetoDMS_View_ChangePassword extends LetoDMS_Bootstrap_Style { $dms = $this->params['dms']; $referuri = $this->params['referuri']; $hash = $this->params['hash']; + $passwordstrength = $this->params['passwordstrength']; $this->htmlStartPage(getMLText("change_password"), "login"); $this->globalBanner(); @@ -53,17 +54,23 @@ class LetoDMS_View_ChangePassword extends LetoDMS_Bootstrap_Style { ?> - + + 0) { +?> + - +
:
:
: