Changeset 2465


Ignore:
Timestamp:
04/08/10 10:01:47 (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.1/preferences/templates/default/changepassword_default.php

    r1681 r2465  
    6363                else 
    6464                { 
    65                         $GLOBALS['phpgw_info']['user']['passwd'] = $GLOBALS['phpgw']->auth->change_password($o_passwd, $n_passwd); 
     65                        $GLOBALS['phpgw_info']['user']['passwd'] = passwd_changed; 
    6666                        $GLOBALS['hook_values']['account_id'] = $GLOBALS['phpgw_info']['user']['account_id']; 
    6767                        $GLOBALS['hook_values']['old_passwd'] = $o_passwd; 
Note: See TracChangeset for help on using the changeset viewer.