Current time: 05-17-2024, 10:36 PM Hello There, Guest! (LoginRegister)


Post Reply 
[HowTo] Password Changer Roundcube 0.3 Stable
Author Message
reznor Offline


Posts: 3
Joined: Oct 2009
Reputation: 0
Post: #26
RE: [HowTo] Password Changer Roundcube 0.3 Stable
Additionally I had to alter the mysql query in sql.php a bit:

PHP Code:
$sql "UPDATE `mail_users` SET `mail_pass` = %p, status = 'change'  WHERE `mail_addr` = %u LIMIT 1"

If I don't alter the query, the ispconfig_daemon does not update the password change in courier.
Even if I telnetted to localhost:9876 and told the daemon "execute query" as shown in send_request() it would not update the password.
After adding "status='change'" to indicate the password change, it worked flawlessly.
(This post was last modified: 10-08-2009 09:12 PM by reznor.)
10-08-2009 06:25 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [HowTo] Password Changer Roundcube 0.3 Stable - reznor - 10-08-2009 06:25 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)