I am trying to link our Database to your Customer DB. I want to create the Password Hash and Salt Key and then Insert all of the information that is required into your Customer DB Table via SQL. I have written software to create the Necessary Information but I notice that the initial entry for the admin has a Password Hash which is all upper case. The SHA1 password hases which I am creating are in Mixed case. Does this make a difference? I loaded the data into the table and by using the autogenerated password, I can't access the site. Any Ideas as to why or where I can look?