* adjust for check password.

This commit is contained in:
wangyidong
2015-05-20 13:45:54 +08:00
parent 0cfdc19e15
commit 061815355a
9 changed files with 19 additions and 18 deletions
+1 -1
View File
@@ -56,7 +56,7 @@
<th><?php echo $lang->user->password;?></th>
<td>
<span class='input-group'>
<?php echo html::password('password1', '', "class='form-control' autocomplete='off' onkeyup='checkPwd(this.value)'");?>
<?php echo html::password('password1', '', "class='form-control' autocomplete='off' onmouseup='checkPassword(this.value)' onkeyup='checkPassword(this.value)'");?>
<span class='input-group-addon' id='passwordStrength'></span>
</span>
</td>