Password fields in User Management panel should be masked
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2.023001 -
|
||||||
|
|
||||||
|
[BUG FIXES]
|
||||||
|
|
||||||
|
* [80] Password fields in User Management panel should be masked
|
||||||
|
|
||||||
2.023000 - 2014-02-10
|
2.023000 - 2014-02-10
|
||||||
|
|
||||||
[NEW FEATURES]
|
[NEW FEATURES]
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td class="nd_center-cell"><input data-form="add" name="fullname" type="text"></td>
|
<td class="nd_center-cell"><input data-form="add" name="fullname" type="text"></td>
|
||||||
<td class="nd_center-cell"><input data-form="add" name="username" type="text"></td>
|
<td class="nd_center-cell"><input data-form="add" name="username" type="text"></td>
|
||||||
<td class="nd_center-cell"><input data-form="add" name="password" type="text"></td>
|
<td class="nd_center-cell"><input data-form="add" name="password" type="password"></td>
|
||||||
<td class="nd_center-cell"><input data-form="add" type="checkbox" name="ldap"></td>
|
<td class="nd_center-cell"><input data-form="add" type="checkbox" name="ldap"></td>
|
||||||
<td class="nd_center-cell"><input data-form="add" type="checkbox" name="port_control"></td>
|
<td class="nd_center-cell"><input data-form="add" type="checkbox" name="port_control"></td>
|
||||||
<td class="nd_center-cell"><input data-form="add" type="checkbox" name="admin"></td>
|
<td class="nd_center-cell"><input data-form="add" type="checkbox" name="admin"></td>
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
<input data-form="update" name="username" type="text" value="[% row.username | html_entity %]">
|
<input data-form="update" name="username" type="text" value="[% row.username | html_entity %]">
|
||||||
</td>
|
</td>
|
||||||
<td class="nd_center-cell">
|
<td class="nd_center-cell">
|
||||||
<input data-form="update" name="password" type="text" value="********">
|
<input data-form="update" name="password" type="password" value="********">
|
||||||
</td>
|
</td>
|
||||||
<td class="nd_center-cell">
|
<td class="nd_center-cell">
|
||||||
<input data-form="update" name="ldap" type="checkbox" [% 'checked="checked"' IF row.ldap %]>
|
<input data-form="update" name="ldap" type="checkbox" [% 'checked="checked"' IF row.ldap %]>
|
||||||
|
|||||||
Reference in New Issue
Block a user