YAFLogo

newdev1
  • newdev1
  • 50.6% (Neutral)
  • YAF Forumling Topic Starter
14 years ago
Can someone tell me how to make the password NOT require special characters?
Sponsor
herman_herman
14 years ago
Open your web.config and add the following changes to the membership section (in bold):

minRequiredPasswordLength="5" minRequiredNonAlphanumericCharacters="0" name="YafMembershipProvider" requiresUniqueEmail="true" useSalt="true" type="YAF.Providers.Membership.YafMembershipProvider"/>