View Single Post
  #2  
Old 11-04-2013, 11:09 PM
sorvani
Dragon
 
Join Date: May 2010
Posts: 965
Default

Code:
UPDATE tblLoginServerAccounts 
    SET AccountPassword = sha('Password')
WHERE AccountName = 'YourFriendsAccountName';
Reply With Quote