Quantcast
Channel: ASP.NET AJAX + Ajax Control Toolkit (ACT)
Viewing all articles
Browse latest Browse all 5678

Ajax PasswordStrength seems to allow passwords that don't meet criteria

$
0
0
<asp:TextBox ID="txtPassword" runat="server" TextMode="Password"></asp:TextBox><asp:PasswordStrength ID="txtPassword_PasswordStrength" runat="server"
                Enabled="True" TargetControlID="txtPassword" MinimumLowerCaseCharacters="1" MinimumNumericCharacters="1"
                MinimumUpperCaseCharacters="1" RequiresUpperAndLowerCaseCharacters="true" CalculationWeightings="25;25;25;25"></asp:PasswordStrength>

I want passwords that have upper and lower, and numbers, special characters are nice, but not needed.

I am not sure why this says a password is 'strong' when it does not include the characters that I indicated.


Viewing all articles
Browse latest Browse all 5678

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>