I have created a patch for RC2 based on the cPanel 11 version here (http://www.ingeniarte.com/rcpasswd.php). I have also added a Slovenian translation.
Copy the attached file to the root folder of the application and run these two commands:
gunzip passwd-rc2-cp11.patch.gz
patch -p0 -i passwd-rc2-cp11.patch
P.S.: I would also like to post this in the thread Cpanel Password Change For RC2 (http://roundcubeforum.net/forum/index.php?topic=2319.0), but it appears to be closed. Could one of the moderators please copy it there?
Created a new topic to make difference between the MrM version and the version created by Heritz
Please use this topic for problems with the MrM version. :)
First of all, this patch is based on the one discussed in the previous thread and secondly, the thread was originally already separate from Heritz's, but was then apparently merged by a moderator.
Anyhow, here's the patch for 0.1-STABLE again.
Same procedure as before:
gunzip passwd-0.1-cp11.patch.gz
patch -p0 -i passwd-0.1-cp11.patch
The patch applies to this version: https://svn.roundcube.net/branches/release-0.1-stable/ (https://svn.roundcube.net/branches/release-0.1-stable/)
For users on HostMonster hosting, I can verify that MrM's 0.1 stable password changer does work with one minor adaptation after installation.
You'll need to have ssh turned on for your domain before you can run the commands given in the installation instructions.
Then in file passwd.inc which is created by the patcher in program/steps/settings/passwd.inc inside your roundcube directory
edit line 43 to read:
curl_setopt($ch, CURLOPT_URL, $domain.":2095/webmail/hostmonster/mail/dopasswdpop.html");
ie: change x to hostmonster
The original RC 0.1 password patch link to Heritz's web site is broken. Does anyone have the updated link?
I am a hostmonster User, and i have followed nerdykit's instructions to enable SSH and edit a line in passwd.inc. Everything seem to be patched fine, however when i click on the password tab, it brings me to a http 500 error page. Please help.