lmf232s
04-29-2007, 04:57 PM
Not quite sure what i did to break this but its not working (Not sure if it was ever working on the new site).
Im not sure what else to look for as everything looks like its in place. Hopefully someone can point out something that im overlooking.
Here is the password recovery code and web.config code.
'PASSWORDRECOVERY
<asp:PasswordRecovery ID="PasswordRecovery1"
Runat="server"
UserNameTitleText=""
UserNameLabelText="Email Address:"
UserNameInstructionText=""
TextBoxStyle-Width="255"
SubmitButtonStyle-Width="150"
SubmitButtonText="Generate New Password"
SuccessPageUrl="Login.aspx"
CssClass="Label1">
</asp:PasswordRecovery>
'WEB.CONFIG
<membership defaultProvider="SqlProvider" userIsOnlineTimeWindow="20">
<providers>
<add name="SqlProvider"
type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
connectionStringName="oConn"
enablePasswordRetrieval="false"
enablePasswordReset="true"
requiresQuestionAndAnswer="false"
applicationName="SalesPortal"
requiresUniqueEmail="true"
passwordFormat="Hashed"
minRequiredPasswordLength="4"
minRequiredNonalphanumericCharacters="0"
maxInvalidPasswordAttempts="15"/>
</providers>
</membership>
Any Ideas?
Im not sure what else to look for as everything looks like its in place. Hopefully someone can point out something that im overlooking.
Here is the password recovery code and web.config code.
'PASSWORDRECOVERY
<asp:PasswordRecovery ID="PasswordRecovery1"
Runat="server"
UserNameTitleText=""
UserNameLabelText="Email Address:"
UserNameInstructionText=""
TextBoxStyle-Width="255"
SubmitButtonStyle-Width="150"
SubmitButtonText="Generate New Password"
SuccessPageUrl="Login.aspx"
CssClass="Label1">
</asp:PasswordRecovery>
'WEB.CONFIG
<membership defaultProvider="SqlProvider" userIsOnlineTimeWindow="20">
<providers>
<add name="SqlProvider"
type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
connectionStringName="oConn"
enablePasswordRetrieval="false"
enablePasswordReset="true"
requiresQuestionAndAnswer="false"
applicationName="SalesPortal"
requiresUniqueEmail="true"
passwordFormat="Hashed"
minRequiredPasswordLength="4"
minRequiredNonalphanumericCharacters="0"
maxInvalidPasswordAttempts="15"/>
</providers>
</membership>
Any Ideas?