A sensible PasswordStrengthRegularExpression
问题 We're using the standard ASP.NET authentication provider (AspNetSqlMembershipProvider as it happens) and the defualt password strength requirement is a little excessive for our needs. We require our users to enter a password that is alphanumeric at least (i.e, letters and at least one number mandatory, mixed case and non-alphanumeric characters if the user so desires). Can anyone suggest what PasswordStrengthRegularExpression setting would achieve this? Also, how can we control the error