Changeset 2463


Ignore:
Timestamp:
04/08/10 10:00:14 (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
  • trunk/preferences/templates/default/changepassword_default.php

    r2363 r2463  
    7373                else 
    7474                { 
    75                         $GLOBALS['phpgw_info']['user']['passwd'] = $GLOBALS['phpgw']->auth->change_password($o_passwd, $n_passwd); 
     75                        $GLOBALS['phpgw_info']['user']['passwd'] = $passwd_changed; 
    7676                        $GLOBALS['hook_values']['account_id'] = $GLOBALS['phpgw_info']['user']['account_id']; 
    7777                        $GLOBALS['hook_values']['old_passwd'] = $o_passwd; 
Note: See TracChangeset for help on using the changeset viewer.