ispCP - Board - Support
[HowTo] Password Change Roundcube 0.5 (and 0.4.2) - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Contributions Area (/forum-40.html)
+--- Forum: Howtos (/forum-41.html)
+--- Thread: [HowTo] Password Change Roundcube 0.5 (and 0.4.2) (/thread-11889.html)

Pages: 1 2 3 4 5


RE: [HowTo] Password Change Roundcube 0.4.2 - Sweil - 12-05-2010 09:53 AM

(12-05-2010 04:32 AM)kr00ft Wrote:  Hi,

I have tested, don't work Sad
Same problem.
... it worked out for me. Sad


RE: [HowTo] Password Change Roundcube 0.4.2 - Canabalooza - 12-05-2010 12:30 PM

I tested the new 1.0.7 driver you provided and it works wonderfully. Thanks a million for fixing this I really appreciate it. I changed the php files name to ispcp.php before I put it in the drivers folder if that makes any difference I'm not sure, just seemed a whole lot easier to type when changing the config files. On a side note for anyone having issues the roundcube user still needs proper privileges to the ispcp database otherwise you get the connection errors. Full table privileges are not required.

If you login using phpMyAdmin and select the privileges tab, locate the roundcube user. Under Database-Specific Privileges select ispcp from the drop down and the page will reload, then under Table-Specific Privileges select mail_users and the page will reload again, under the SELECT column select mail_addr and under the UPDATE column make sure you ctrl click both "mail_pass" and "status" so that both are selected and then click Go. The first time around I accidentally forgot to press ctrl when selecting the UPDATE tables and it refused to save the password.

Again Sweil huge thanks for fixing this so that we can reset passwords via roundcube 0.4.2!


RE: [HowTo] Password Change Roundcube 0.4.2 - kr00ft - 12-05-2010 10:13 PM

In mysql table mail_user the collumn status have:

`status` = 'crypt_md5_data() | [ERROR] Undefined input data, data: || !'

Sad


RE: [HowTo] Password Change Roundcube 0.4.2 - kr00ft - 12-06-2010 12:09 PM

Hey,

thanks, thanks, thanls.

Work Smile


RE: [HowTo] Password Change Roundcube 0.4.2 - gandalf4711 - 12-07-2010 08:21 AM

Hi,

Manny thanks for that ...
It works perfectly

Greetz
Gandalf


RE: [HowTo] Password Change Roundcube 0.4.2 - Sweil - 12-08-2010 12:51 AM

(12-06-2010 12:09 PM)kr00ft Wrote:  Hey,

thanks, thanks, thanls.

Work Smile
Hm... So, what was the problem first?


RE: [HowTo] Password Change Roundcube 0.4.2 - reevookee - 12-16-2010 09:29 AM

Thanks so much... works perfect (ispCP 1.0.7/ispcp-from-1.0.7.php) very nice!


RE: [HowTo] Password Change Roundcube 0.5 (and 0.4.2) - Sweil - 01-03-2011 08:14 AM

just for the record: works also with roundcube 0.5-rc (and so most likely with 0.5)


RE: [HowTo] Password Change Roundcube 0.5 (and 0.4.2) - sfera - 02-02-2011 10:50 PM

I have the same problem, in webmail the status is set to 'change', in the mysql table the users pass is changed, but in webmail login the old password work, new not.

Any idea??? I do not understand or i'm crazy....


RE: [HowTo] Password Change Roundcube 0.4.2 - freinhard - 02-05-2011 10:14 AM

(12-05-2010 10:13 PM)kr00ft Wrote:  In mysql table mail_user the collumn status have:

`status` = 'crypt_md5_data() | [ERROR] Undefined input data, data: || !'

Sad

thats what i get too