Asked by:
Password Problem

Question
-
User1284481877 posted
Hi!
Could u plesae help me??
Get this error "The password provided is invalid. Please enter a valid password . Acceptable passwords are at least 7 characters long and contain at least 1 non-alphanumeric character. " When I register.
Best regards
Barbouk/Sweden
Saturday, October 4, 2008 10:59 PM
All replies
-
User-292928630 posted
You need to regiester with a password od 7 characters and one non-aplhanumeric character like ($%?*) like abcd12$
Sunday, October 5, 2008 3:13 AM -
User730446648 posted
If you do not want to use a non-aplhanumeric character such as !@#$%^&*()?
Then you can change the minimum to 0 in your web.config
Sunday, October 5, 2008 11:21 AM -
User1284481877 posted
[:'(] Can't find minimum in web.config
Best regards
Barbouk/Sweden
Saturday, October 11, 2008 12:01 PM -
User730446648 posted
Look for this tag
<
add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" connectionStringName="LocalSqlServer" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="true" applicationName="/" requiresUniqueEmail="true" passwordFormat="Hashed" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10" passwordStrengthRegularExpression=""/>Sunday, October 12, 2008 12:04 AM -
User1284481877 posted
U R an angel, thank u [:)]
Barbouk/Sweden
Sunday, October 12, 2008 6:38 PM