* adjust for check password.
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
<td>
|
||||
<span class='input-group'>
|
||||
<?php echo html::password('password1', '', "class='form-control' autocomplete='off' onkeyup='checkPwd(this.value)'");?>
|
||||
<span class='input-group-addon' id='pwdLevel'></span>
|
||||
<span class='input-group-addon' id='passwordStrength'></span>
|
||||
</span>
|
||||
</td>
|
||||
<th><?php echo $lang->user->password2;?></th>
|
||||
@@ -109,5 +109,5 @@
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
<?php js::set('pwdLevelList', $lang->user->pwdLevelList)?>
|
||||
<?php js::set('passwordStrengthList', $lang->user->passwordStrengthList)?>
|
||||
<?php include '../../common/view/footer.html.php';?>
|
||||
|
||||
Reference in New Issue
Block a user