Changeset 3048
- Timestamp:
- 07/14/10 14:46:06 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/preferences/changepassword.php
r2464 r3048 176 176 { 177 177 $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'); 178 182 $GLOBALS['hook_values']['account_id'] = $GLOBALS['phpgw_info']['user']['account_id']; 179 183 $GLOBALS['hook_values']['old_passwd'] = $o_passwd;
Note: See TracChangeset
for help on using the changeset viewer.