View Single Post
  #40  
Old 09-03-2013, 12:28 PM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

Default Re: Anonymous to registered customer conversion

This is how 4.6 does it in func_change_user_password if that helps:
PHP Code:
...
        
func_array2insert(
            
'old_passwords',
            array(
                
'userid'    => $xuserid,
                
'password'  => addslashes($_old_password),
            ),
            
true
        
); 
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote