how do i remove the password change option in sqwebmail--preference iam usiing
take it out of the HTML in
/usr/local/share/sqwebmail/html/en/preferences.html
Look for this code. The [#?#] makes the "old password, new password boxes".
<table border="0" cellspacing="0" cellpadding="4">
<tbody>
<tr>
<td>
<input type="submit" value="Change
Password"
name="do.changepwd"></td>
</tr>
</tbody>
</table>
</center>
<!--
[#?#]
Dallas
