Hi
For those who are looking on how to give users the possibility of changing
their passwords using webmail, I did this:
Added this code:
// Change password
$out .=sprintf("<tr><td class=\"title\">Change password:</td></tr>\n");
$out .=sprintf("<tr><td colspan=\"2\" class=\"title\"><iframe
align=\"top\" scrolling=\"no\"
src=\"http://ENTERYOURDOMAINHERE/qmailadmin/index.cgi/passwd/\"
width=\"400\"></iframe></td></tr>\n");
// end Change password
Before line $out .= "\n</table>$form_end";
Located at the end of
function rcmail_user_prefs_form
on file //program/steps/settings/func.inc
Hope i tis usefull for you guys, and if someone has a better way of giving
users the abillity to change password, please just tell me how :-)
António Lima