|
List Info
Thread: asp.net 2.0 membership, users can't log in
|
|
| asp.net 2.0 membership, users can't log
in |

|
2006-05-29 16:31:04 |
|
| I have
an asp.net 2.0 site using membership.
I have
a sqlmembership provider pointing to a sql server 2005
database.
My
provier is configured this way:
< add
name="SqlProvider"
type="System.Web.Security.SqlMembershipProvider,System.Web, Version=2.0.0.0,
Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a"
connectionStringName="VTdotNETProvider"
enablePasswordRetrieval="false"
enablePasswordReset="true"
requiresQuestionAndAnswer="false"
requiresUniqueEmail="true"
passwordFormat="Hashed"
maxInvalidPasswordAttempts="5"
minRequiredPasswordLength="7"
minRequiredNonalphanumericCharacters="1"
passwordAttemptWindow="10"
passwordStrengthRegularExpression=""
applicationName="/"/>
Key
here is that I'm going for hashed passwords.
However, once registering, users cannot log back in. If they have a new
pw mailed to them (through the retrieval function) THAT password
works.
This
happens with users created directly in the aspnet website setup tool
also.
I'm
guessing something is awry in my provider config.
ANy
ideas?
thanks
julie
Need SQL Advice? http://sqladvice.com
Need RegEx Advice? http://regexadvice.com
Need XML Advice? http://xmladvice.com
|
[1]
|
|
|
about | contact Other archives ( Real Estate discussion Medical topics )
|