<?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 : Bug in login_user.asp (?)</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 : Bug in login_user.asp (?)]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 17 Apr 2026 16:21:57 +0000</pubDate>
  <lastBuildDate>Mon, 19 Sep 2005 15:28:39 +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=16544</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[Bug in login_user.asp (?) : LOL, you guys let me know when...]]></title>
   <link>https://forums.webwiz.net/bug-in-login-user-asp_topic16544_post90782.html#90782</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=21547">Skyforum</a><br /><strong>Subject:</strong> 16544<br /><strong>Posted:</strong> 19&nbsp;September&nbsp;2005 at 3:28pm<br /><br />LOL, you guys let me know when you get it all worked out.... I got some punchin gloves in the car of you need them...]]>
   </description>
   <pubDate>Mon, 19 Sep 2005 15:28:39 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/bug-in-login-user-asp_topic16544_post90782.html#90782</guid>
  </item> 
  <item>
   <title><![CDATA[Bug in login_user.asp (?) : Sorry for posting 3rd time, but...]]></title>
   <link>https://forums.webwiz.net/bug-in-login-user-asp_topic16544_post90509.html#90509</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=20818">Badal</a><br /><strong>Subject:</strong> 16544<br /><strong>Posted:</strong> 14&nbsp;September&nbsp;2005 at 10:08am<br /><br /><P>Sorry for posting 3rd time, but how can we use <strong>blnActiveMember</strong> (not blnActive)? It is still not set upto that code. If will be set in common.asp after the code redirect the user to login_user_test.asp upon successful login. Before this, it will be always <strong>True</strong> (default value, initialized in common.asp). So the code will be excuted even if the user is not active.</P><DIV>Perhaps here, instead of <strong>blnActiveMember</strong>, <strong>rsCommon("Active") = True</strong> should be used, and <strong>tblAuthor.Active</strong> should be included in SELECT of SQL querry.</DIV>]]>
   </description>
   <pubDate>Wed, 14 Sep 2005 10:08:13 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/bug-in-login-user-asp_topic16544_post90509.html#90509</guid>
  </item> 
  <item>
   <title><![CDATA[Bug in login_user.asp (?) : Forgot to mention , the line:  ...]]></title>
   <link>https://forums.webwiz.net/bug-in-login-user-asp_topic16544_post90506.html#90506</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=20818">Badal</a><br /><strong>Subject:</strong> 16544<br /><strong>Posted:</strong> 14&nbsp;September&nbsp;2005 at 9:43am<br /><br />Forgot to mention <IMG alt=C&#111;nfused src="http://forums.webwiz.net/smileys/smiley5.gif" align=absMiddle border="0">&nbsp;, the line:<DIV>&nbsp;</DIV><DIV><strong>&nbsp;&nbsp; strUserCode = rsCommon("User_code")</strong></DIV><DIV><strong></strong>&nbsp;</DIV><DIV>must&nbsp;be before the above code or in <strong>Else</strong> of it, as:</DIV><DIV>&nbsp;</DIV><DIV><strong>Ib blnActive Then</strong></DIV><DIV><strong>&nbsp;&nbsp;&nbsp;'For extra security create a new user code for the user<BR>&nbsp;&nbsp;&nbsp;strUserCode = userCode(strUsername)<BR>&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;'Save the new usercode back to the database<BR>&nbsp;&nbsp;&nbsp;rsCommon.Fields("User_code") = strUserCode<BR>&nbsp;&nbsp;&nbsp;rsCommon.Update</strong></DIV><DIV><strong>Else</strong></DIV><DIV><strong><DIV><strong>&nbsp;&nbsp; strUserCode = rsCommon("User_code")</strong></DIV><DIV>End If</DIV><DIV>&nbsp;</DIV></strong></DIV>]]>
   </description>
   <pubDate>Wed, 14 Sep 2005 09:43:43 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/bug-in-login-user-asp_topic16544_post90506.html#90506</guid>
  </item> 
  <item>
   <title><![CDATA[Bug in login_user.asp (?) :   -boRg- wrote:Changing the line...]]></title>
   <link>https://forums.webwiz.net/bug-in-login-user-asp_topic16544_post90502.html#90502</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=20818">Badal</a><br /><strong>Subject:</strong> 16544<br /><strong>Posted:</strong> 14&nbsp;September&nbsp;2005 at 9:37am<br /><br /><P><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by -boRg-" alt="Originally posted by -boRg-" style="vertical-align: text-bottom;" /> <strong>-boRg- wrote:</strong><br /><br />Changing the line to the following will sort the problem:-<BR><BR>If blnActive Then strUserCode = userCode(strUsername)<BR></td></tr></table> </P><DIV>This will cause the user code for suspeneded members to be updated with a blank one (as strUserCode is still not initialized). If we update user code then it should be as:</DIV><DIV>&nbsp;</DIV><DIV><strong>If blnActive Then</strong></DIV><DIV><strong>&nbsp;&nbsp;&nbsp;'For extra security create a new user code for the user</strong></DIV><DIV><strong>&nbsp;&nbsp;&nbsp;strUserCode = userCode(strUsername)<BR>&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;'Save the new usercode back to the database<BR>&nbsp;&nbsp;&nbsp;rsCommon.Fields("User_code") = strUserCode<BR>&nbsp;&nbsp;&nbsp;rsCommon.Update</strong></DIV><DIV><strong>End If</strong></DIV><DIV>&nbsp;</DIV><DIV>Regards,</DIV><DIV>Zeeshan Ahmed.</DIV>]]>
   </description>
   <pubDate>Wed, 14 Sep 2005 09:37:06 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/bug-in-login-user-asp_topic16544_post90502.html#90502</guid>
  </item> 
  <item>
   <title><![CDATA[Bug in login_user.asp (?) : Changing the line to the following...]]></title>
   <link>https://forums.webwiz.net/bug-in-login-user-asp_topic16544_post90492.html#90492</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 16544<br /><strong>Posted:</strong> 14&nbsp;September&nbsp;2005 at 4:00am<br /><br />Changing the line to the following will sort the problem:-<br><br>If blnActive Then strUserCode = userCode(strUsername)<br>]]>
   </description>
   <pubDate>Wed, 14 Sep 2005 04:00:41 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/bug-in-login-user-asp_topic16544_post90492.html#90492</guid>
  </item> 
  <item>
   <title><![CDATA[Bug in login_user.asp (?) : Hi,  login_user.asp, line 167-172:  &amp;#039;For...]]></title>
   <link>https://forums.webwiz.net/bug-in-login-user-asp_topic16544_post90490.html#90490</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=20818">Badal</a><br /><strong>Subject:</strong> 16544<br /><strong>Posted:</strong> 14&nbsp;September&nbsp;2005 at 1:03am<br /><br /><DIV>Hi,</DIV><DIV>&nbsp;</DIV><DIV>login_user.asp, line 167-172:</DIV><DIV>&nbsp;</DIV><DIV><strong>&nbsp;&nbsp;&nbsp;'For extra security create a new user code for the user<BR>&nbsp;&nbsp;&nbsp;strUserCode = userCode(strUsername)<BR>&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;'Save the new usercode back to the database<BR>&nbsp;&nbsp;&nbsp;rsCommon.Fields("User_code") = strUserCode<BR>&nbsp;&nbsp;&nbsp;rsCommon.Update<BR></strong></DIV><DIV>Resetting the User_code causes the "N0act" to be removed (if it was there), and suspended members become able to reactivate their account through Resend Activation Email. I temporarily managed to workaround it by replacing it with:</DIV><DIV>&nbsp;</DIV><DIV><strong>&nbsp;&nbsp;&nbsp;strUserCode = rsCommon("User_code")</strong></DIV><DIV>&nbsp;</DIV><DIV>Please fix it.</DIV><DIV>&nbsp;</DIV><DIV>Regards,</DIV><DIV>Zeeshan Ahmed.</DIV>]]>
   </description>
   <pubDate>Wed, 14 Sep 2005 01:03:14 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/bug-in-login-user-asp_topic16544_post90490.html#90490</guid>
  </item> 
 </channel>
</rss>