AJAX PasswordStrength
Hi all
I have tryd to implement this extender.
But I get this error
TextStrengthDescriptionStyles is not a valid attribute og Password Strength
here is my code:
<ajaxToolkit:PasswordStrength ID="PasswordStrength1" runat="server" TargetControlID="password"
DisplayPosition="BelowLeft"
StrengthIndicatorType="Text"
PreferredPasswordLength="6"
PrefixText="Styrkin á loyniorði er "
TextCssClass="TextIndicator_TextBox1"
MinimumNumericCharacters="1"
MinimumSymbolCharacters="1"
RequiresUpperAndLowerCaseCharacters="true"
TextStrengthDescriptions="xxx;xx;xx;xx;xxxxx"
TextStrengthDescriptionStyles="TextIndicator_TextB ox1_Strength1;TextIndicator_TextBox1_Strength2;Tex tIndicator_TextBox1_Strength3;TextIndicator_TextBo x1_Strength4;TextIndicator_TextBox1_Strength5"
CalculationWeightings="50;15;15;20" />
Does any one know what I am doing wrong ?
|