How to use MembershipValidatePasswordEventHandler?
问题 Is there any way to put some restriction on password selection while creating new user with asp. net Membership.?? Condition Like Password strength: Minimum of 8 characters, with character complexity enforced. ie: Not contain the user's account name Be at least eight characters in length Contain characters from three of the following four categories: English uppercase characters (A through Z) English lowercase characters (a through z) Base 10 digits (0 through 9) Non-alphabetic characters