Re: How do I retreive Password, Secret Question and its answer from the Memberhisp API?



Dominick,
Here is what I am trying to do. The below portion is the membership
configuration setup in web.config file in my application.
the value maxInvalidPasswordAttempts="2" works good. I mean it doesn't
allow the users though they have entered correct password the third
time as we have provided its value 2.

But I am just wondering is there a way that said "User has been locked
out Please contact Adin @ 222-222-2222. Sorry for the incovenince"
kind of message?
Thanks
-L

<!--<system.web>
<membership>
<providers>
<remove name="AspNetSqlMembershipProvider"/>
<add name="AspNetSqlMembershipProvider"
type="System.Web.Security.SqlMembershipProvider, ..."
connectionStringName="LocalSqlServer"
enablePasswordRetrieval="false"
enablePasswordReset="true"
requiresQuestionAndAnswer="true"
applicationName="/"
requiresUniqueEmail="false"
passwordFormat="Hashed"
maxInvalidPasswordAttempts="2"
minRequiredPasswordLength="7"
minRequiredNonalphanumericCharacters="1"
passwordAttemptWindow="10"
passwordStrengthRegularExpression=""/>
</providers>
</membership>
</system.web>-->

.



Relevant Pages

  • Re: Firehouse Angel Info -- was Update
    ... firefighters of FDNY won't get to see won't really care about one ... way or another may even offend a portion of the membership with ...
    (rec.crafts.textiles.needlework)
  • Re: All my PPV torrents posted
    ... 1-7 are apparently up to but short of the heads-up ... portion, and the 8th is the heads up portion. ... You can grab the torrent files at http://www.brewcam.com/bm. ... I've also posted them to thepiratebay (since I don't have a membership at ...
    (rec.gambling.poker)
  • RE: Multiple Membership providers and AddUserToRole
    ... We want to ONE roleprovider and multiple membershipproviders. ... Just like the membership provider, ... Microsoft MSDN Online Support Lead ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • Re: "Unable to connect to SQL Server database" error when using profile
    ... Membership and Profile are two completely separate sections in the ... but custom profile and role providers. ... This is where I get an error: Unable to connect to SQL Server database ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: problem with web.config when using roles
    ... When the application doesn't use Roles, this configuration ...
    (microsoft.public.dotnet.framework.aspnet)