View Single Post
  #3  
Old 08-05-2009, 10:29 AM
nosfentora
Discordant
 
Join Date: Oct 2004
Location: In a house
Posts: 387
Default

Quote:
Originally Posted by Sylaei View Post
Ok, I'm going to admit that I don't know much about encryption but the only way I was able to login was to set my password as '11111111'. I had to use 8, 7 wouldn't work for me. A password with 8 chars wouldn't work, and a password with 8 2's would not work.

I assume that it must be some kind of fluke that this worked for me, but I wanted to mention it in case there was some error with the encryption.

Just a guess on my part.
Do you mean you put the pw in plain-text as '11111111'? If so, you need to run a query
Code:
update tblLoginServerAccounts set AccountPassword=sha('<your password') where AccountName='<your account name>'
Reply With Quote