4Feb/081
.NET Error “The password provided is invalid. Please enter a valid password value.”
Using the SqlMembershipProvider, you may encounter the error message, "The password provided is invalid. Please enter a valid password value. ", which is not very clear as to the exact problem. Apparently, the default setting in the .net membership configuration requires a password with a minimum of eight character and at least one non alpha numeric character such as "!@#$%^&*()".
July 12th, 2011 - 00:06
Thank you!
I was all like !@#$%^&*() until I found this post.