Changeset 2464 for branches/2.0


Ignore:
Timestamp:
04/08/10 10:00:44 (14 years ago)
Author:
niltonneto
Message:

Ticket #1031 - Removido código que executa a alteração de senha pela segunda vez.

File:
1 edited

Legend:

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

    r1174 r2464  
    175175                else 
    176176                { 
    177                         $GLOBALS['phpgw_info']['user']['passwd'] = $GLOBALS['phpgw']->auth->change_password($o_passwd, $n_passwd); 
     177                        $GLOBALS['phpgw_info']['user']['passwd'] = $passwd_changed; 
    178178                        $GLOBALS['hook_values']['account_id'] = $GLOBALS['phpgw_info']['user']['account_id']; 
    179179                        $GLOBALS['hook_values']['old_passwd'] = $o_passwd; 
Note: See TracChangeset for help on using the changeset viewer.