0
我想生成的字母數字密碼和我在web.config中這樣做:Membership.generatepassword的字母數字字符僅
enablePasswordRetrieval="false"
enablePasswordReset="true"
requiresQuestionAndAnswer="false"
requiresUniqueEmail="false"
passwordFormat="Clear"
maxInvalidPasswordAttempts="10"
minRequiredPasswordLength="6"
minRequiredNonalphanumericCharacters="0"
passwordAttemptWindow="10" passwordStrengthRegularExpression="^[a-zA-Z0-9]*$"/>
但我仍然得到非字母數字字符。如果錯誤請糾正我。