1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-30 09:39:55 +02:00

Password Generator/Meter now uses bootstrap css. Password strength improved.

This commit is contained in:
Cameron
2012-12-09 00:50:58 -08:00
parent d162707716
commit 8814055e84
4 changed files with 102 additions and 30 deletions

View File

@@ -704,7 +704,8 @@ class users_admin_ui extends e_admin_ui
</tr>
<tr>
<td>".USRLAN_62."</td>
<td>".USRLAN_62."</td>
<td>".$frm->password('password','',20, array('size'=>40,'class'=>'tbox e-password','generate'=>1,'strength'=>1 ))."
</td>
</tr>";