Hi guys. I didn't know where to place this post exactly so I hope this will do.
Why not put a button next to each of the Learn videos that takes you to a forum section just for that particular video?
Necessity being the mother of invention I have a question about what's going on in the "How do I: Create a full-featured customer login portal?" video.
I've followed the video step by step and even downloaded the supplied code and the problem I'm having every time is whatever I try to register a new user I get this error"Password length minimum: 7. Non-alphanumeric characters required: 1." No matter what the username, password length, with/without numerals, 7,8,9,20 characters long. The same thing happens with my code and the code downloaded from asp.net which has some users pre-added. I assume it's a flag somewhere on my computer but I don't know what.
Any help is appreciated.
Ray.
Yes Ray,
its defined in the web.config in the provider section.
you can change it to
minRequiredPasswordLength="4"minRequiredNonalphanumericCharacters="0"passwordStrengthRegularExpressionmaxInvalidPasswordAttempts="" minRequiredPasswordLength="" minRequiredNonalphanumericCharacters="" passwordAttemptWindow=""passwordStrengthReqularExpression="">
THis is clear the complexity. Note down original ones if you would like to recreate the effect.
good luck
Is it exhuastion? Over worked? Dumbass strikes again? Whatever it was the term"Non Alpha Numeric" just didn't register with me. Hence "Password1" wasn't good enough but should be more like "P@.ssword!" - "!_@.m_8R@.!n_de@.d!" would also work.
Here's some good reading on the membership functionality in asp.net 2.0
http://aspnet.4guysfromrolla.com/articles/120705-1.aspx
http://weblogs.asp.net/scottgu/archive/2006/04/22/Always-set-the-_2200_applicationName_2200_-property-when-configuring-ASP.NET-2.0-Membership-and-other-Providers.aspx
This gives a thorough explanation to what NatureHermit started.
0 comments:
Post a Comment