PC Review


Reply
Thread Tools Rate Thread

Customized PasswordRecovery Control in .net2

 
 
Lamy
Guest
Posts: n/a
 
      10th Sep 2007
Please Help,
I am using an SQL customized provider and Passoword recovery controll, it
passes the first stage when the suer types username, then the answer to the
password question after which it fails giving the following message:
"The specified string is not in the form required for an e-mail address."
My email address I am using is (E-Mail Removed)

Below is my SQL provider:
<membership defaultProvider="ExternalSQLProvider">
<providers>
<add requiresQuestionAndAnswer="true"
name="ExternalSQLProvider"
type="mycompany.myapplicationname.Business.MembershipManager"
writeExceptionsToEventLog="true"
enablePasswordRetrieval="false"
enablePasswordReset="true"
requiresUniqueEmail="true"
passwordFormat= "Encrypted"
minRequiredPasswordLength="1"
minRequiredNonalphanumericCharacters="0"
/>
</providers>

and my control is:

<asp:PasswordRecovery ID="PasswordRecovery1" runat="server"
BackColor="#e9ebea"
HelpPageText="Help"
HelpPageUrl="ForgotPassword.aspx"
BorderColor="MidnightBlue" BorderPadding="4" BorderStyle="Double"
BorderWidth="1px"
Font-Names="Verdana" ForeColor="MidnightBlue" Height="147px" Width="359px">
<MailDefinition Priority="High" Subject="Sending Per Your Request "
From='<%=System.Web.Configuration.WebConfigurationManager.AppSettings("Adminemail")%>'>
</MailDefinition>
<InstructionTextStyle Font-Italic="False" />
<SuccessTextStyle Font-Bold="True" Font-Italic="False" />
<TitleTextStyle BackColor="#3680c8" BorderColor="MidnightBlue"
BorderStyle="Double"
BorderWidth="1px" ForeColor="White" Font-Bold="True" />
<SubmitButtonStyle BackColor="#FFFBFF" BorderColor="SteelBlue"
BorderStyle="Solid"
BorderWidth="1px" Font-Names="Verdana"
ForeColor="MidnightBlue"></SubmitButtonStyle>
</asp:PasswordRecovery>



Many thanks in adavance.

Lamine


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
PasswordRecovery Control Jonathan Wood Microsoft ASP .NET 0 30th Dec 2007 03:15 AM
PasswordRecovery Control - Control Random Password Characters =?Utf-8?B?am1obWFpbmU=?= Microsoft ASP .NET 0 31st Dec 2006 10:00 PM
PasswordRecovery control trips Login control's validation The Colonel Microsoft ASP .NET 1 6th Jul 2006 10:18 PM
Problem with PasswordRecovery Control Tomas Machala Microsoft ASP .NET 0 24th Feb 2006 12:08 PM
ASP.NET 2.0 PasswordRecovery control Amelyan Microsoft ASP .NET 1 22nd Nov 2005 12:57 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:11 AM.