With new release of Roundcube, if I do this, two forms will appears. Any one try this with latest release?
From: António Pedro Lima [mailto:[email protected]] Sent: Saturday, September 06, 2008 2:00 AM To: [email protected] Subject: [qmailtoaster] Roundcube email change password 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 J António Lima
