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


Post Reply 
[HowTo] Password Changer Roundcube 0.3 Stable
Author Message
paladino Offline
Junior Member
*

Posts: 12
Joined: Jun 2007
Reputation: 0
Post: #17
RE: Password Changer Roundcube 0.3 Stable
eu tive um problema e a senha mesmo mudando no banco de dados não estava funcionando para o email.

então fiz a seguinte modificacao no arquivo sql.php

this:
PHP Code:
if ($db->affected_rows($res) == 1)
    return 
PASSWORD_SUCCESS// This is the good case: 1 row updated 

for this:
PHP Code:
if ($db->affected_rows($res) == 1){
    require(
'../../include/ispcp-functions.php');
    
send_request();
    return 
PASSWORD_SUCCESS// This is the good case: 1 row updated

10-06-2009 12:48 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Password Changer Roundcube 0.3 Stable - paladino - 10-06-2009 12:48 AM

Forum Jump:


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