
April 26th, 2011, 07:26 PM
|
|
|
|
I don't know. As a guess, check your database structure and verify the password field accepts a string datatype.
You might edit out the hash value from your post.
Also make sure the [name] bracket syntax is correct and doesn't need quotes or something. I mostly use mysql these days which needs backticks around column names, not brackets, and if I recall correctly there is a setting in sql server relating to quoted identifiers.
|