This is a migrated thread and some comments may be shown as answers.

PasswordStrengthSettings not supported

1 Answer 80 Views
Input
This is a migrated thread and some comments may be shown as answers.
Kyle
Top achievements
Rank 1
Kyle asked on 13 Jun 2012, 07:22 PM
I'm trying to use the PasswordStrengthSettings attributes of the RadTextBox for the first time, but Visual Studio keeps telling me they're not supported. Here's the code in question:

<telerik:RadTextBox runat="server" ID="txtNewPassword" TextMode="Password">
    <PasswordStrengthSettings showindicator="true" minimumnumericcharacters="1" minimumsymbolcharacters="0"
             textstrengthdescriptionstyles="RedText;RedText;GreenText;GreenText;BlueText;BlueText;" PreferredPasswordLength="8"/>
</telerik:RadTextBox>

And here's the assembly declaration at the top of the page (in case it's a versioning issue): 
<%@ Register Assembly="Telerik.Web.UI, Version=2009.3.1314.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4"
    Namespace="Telerik.Web.UI" TagPrefix="telerik" %>

The solution fails to build as well. Any help is greatly appreciated. 

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 14 Jun 2012, 06:25 AM
Hi Kyle,

PasswordStrengthSettings feature is not offered in 2009.3.1314.35 version of telerik. From Q2 2011, RadTextBox control offers a PasswordStrengthSettings feature. Please update to latest version.

Hope this helps.

Thanks,
Shinu.
Tags
Input
Asked by
Kyle
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or