Changeset 3048 for branches


Ignore:
Timestamp:
07/14/10 14:46:06 (14 years ago)
Author:
niltonneto
Message:

Ticket #1142 - Corrigido alteração de senha para registrar no log do ExpressoAdmin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/preferences/changepassword.php

    r2464 r3048  
    176176                { 
    177177                        $GLOBALS['phpgw_info']['user']['passwd'] = $passwd_changed; 
     178                        $_SESSION['phpgw_info']['expresso']['user']['account_lid'] = $GLOBALS['phpgw_info']['user']['account_lid']; 
     179                    include('../expressoAdmin1_2/inc/class.db_functions.inc.php'); 
     180                        $db_functions = new db_functions(); 
     181                        $db_functions->write_log('modified user password','User change its own password in preferences');                        
    178182                        $GLOBALS['hook_values']['account_id'] = $GLOBALS['phpgw_info']['user']['account_id']; 
    179183                        $GLOBALS['hook_values']['old_passwd'] = $o_passwd; 
Note: See TracChangeset for help on using the changeset viewer.