<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Lock users &#111;n unsuccessful logins?</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Lock users &#111;n unsuccessful logins?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 13 Apr 2026 00:02:52 +0000</pubDate>
  <lastBuildDate>Tue, 03 May 2005 18:19:41 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=14934</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Lock users &#111;n unsuccessful logins? : How would you unlock them if they...]]></title>
   <link>https://forums.webwiz.net/lock-users-on-unsuccessful-logins_topic14934_post82405.html#82405</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9949">dpyers</a><br /><strong>Subject:</strong> 14934<br /><strong>Posted:</strong> 03&nbsp;May&nbsp;2005 at 6:19pm<br /><br />How would you unlock them if they remember their password later?<DIV>You'd also need to reset the counter on a password reset.</DIV>]]>
   </description>
   <pubDate>Tue, 03 May 2005 18:19:41 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/lock-users-on-unsuccessful-logins_topic14934_post82405.html#82405</guid>
  </item> 
  <item>
   <title><![CDATA[Lock users &#111;n unsuccessful logins? : ok add a new field to the DB.  then...]]></title>
   <link>https://forums.webwiz.net/lock-users-on-unsuccessful-logins_topic14934_post82395.html#82395</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 14934<br /><strong>Posted:</strong> 03&nbsp;May&nbsp;2005 at 4:58pm<br /><br />ok add a new field to the DB.<br><br>then on the login page when a inccorect value use aupdate SQL to add 1 to the field. then if 3 always return false.<br><br>but if correct within three where the last login time is done add the counted field setting the value back to 0<br><br>then to actually stop the user .. in the common.asp page change thequery that uses the Usercode to log the user in.. set the query to alsocheck the user_code but also WHERE tblAuthor.Count = 0<br><br>if they dont equal 0 set them to a guest account .. or you can notcheck within the query and bring the value in.. where the user detailsare bought in.<br><br>then do a if statement saying if &gt;2 then blnActiveUser = False<br><br>set them to inactive<br>]]>
   </description>
   <pubDate>Tue, 03 May 2005 16:58:57 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/lock-users-on-unsuccessful-logins_topic14934_post82395.html#82395</guid>
  </item> 
  <item>
   <title><![CDATA[Lock users &#111;n unsuccessful logins? : Could it not work on a simpler...]]></title>
   <link>https://forums.webwiz.net/lock-users-on-unsuccessful-logins_topic14934_post82392.html#82392</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=17374">pjb007</a><br /><strong>Subject:</strong> 14934<br /><strong>Posted:</strong> 03&nbsp;May&nbsp;2005 at 4:39pm<br /><br /><DIV>Could it not work on a simpler basis</DIV><DIV>&nbsp;</DIV><DIV>For example take a user with the name <BR><EM>mrweb</EM></DIV><DIV>&nbsp;</DIV><DIV>If <EM>mrweb</EM> goes to your forum and enters the incorrect details then a value changes in the database the value could start at 0 and would increase by 1 for every incorrect guess, if it was equal to 3 then the account locks no matter what computer or IP address you use you can't get in because the value in the database is equal to 3, it could either locked like that for a pre-defined time or need an admin to reset the value.</DIV><DIV>&nbsp;</DIV><DIV>If you get the password wrong on the first try and right on the second go, the field resets to 0 on login as its not 3 incorrect passwords in a row.</DIV>]]>
   </description>
   <pubDate>Tue, 03 May 2005 16:39:05 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/lock-users-on-unsuccessful-logins_topic14934_post82392.html#82392</guid>
  </item> 
  <item>
   <title><![CDATA[Lock users &#111;n unsuccessful logins? : what do you mean by lock?  can&amp;#039;t...]]></title>
   <link>https://forums.webwiz.net/lock-users-on-unsuccessful-logins_topic14934_post82388.html#82388</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 14934<br /><strong>Posted:</strong> 03&nbsp;May&nbsp;2005 at 3:31pm<br /><br />what do you mean by lock?<br><br>can't access the site? or can't try to login again and can view the site?<br><br>it can be done , no sure way but you can use &#099;ookies, if a value sendthem away, or session veriables.... and/or store the IP Address , thatsnot fool proff though<br>]]>
   </description>
   <pubDate>Tue, 03 May 2005 15:31:46 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/lock-users-on-unsuccessful-logins_topic14934_post82388.html#82388</guid>
  </item> 
  <item>
   <title><![CDATA[Lock users &#111;n unsuccessful logins? : Hello!!! Is there any way to...]]></title>
   <link>https://forums.webwiz.net/lock-users-on-unsuccessful-logins_topic14934_post82386.html#82386</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19619">martha</a><br /><strong>Subject:</strong> 14934<br /><strong>Posted:</strong> 03&nbsp;May&nbsp;2005 at 2:16pm<br /><br />Hello!!!<br>Is there any way to lock users on usuccessful logins?<br>I want to avoid anyone trying to login as admin.<br>]]>
   </description>
   <pubDate>Tue, 03 May 2005 14:16:53 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/lock-users-on-unsuccessful-logins_topic14934_post82386.html#82386</guid>
  </item> 
 </channel>
</rss>