<?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 : members uable to register</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 : members uable to register]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 14:28:25 +0000</pubDate>
  <lastBuildDate>Mon, 21 Mar 2005 22:52:40 +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=11822</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[members uable to register : Marvellous! Exact what solved...]]></title>
   <link>https://forums.webwiz.net/members-uable-to-register_topic11822_post79496.html#79496</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=12248">xcony</a><br /><strong>Subject:</strong> 11822<br /><strong>Posted:</strong> 21&nbsp;March&nbsp;2005 at 10:52pm<br /><br />Marvellous! Exact what solved my prob, too. Thanks for your sharing!<DIV>&nbsp;</DIV><DIV>XCONY</DIV>]]>
   </description>
   <pubDate>Mon, 21 Mar 2005 22:52:40 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/members-uable-to-register_topic11822_post79496.html#79496</guid>
  </item> 
  <item>
   <title><![CDATA[members uable to register : I tried it and ran into a few...]]></title>
   <link>https://forums.webwiz.net/members-uable-to-register_topic11822_post78584.html#78584</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19733">all-in</a><br /><strong>Subject:</strong> 11822<br /><strong>Posted:</strong> 11&nbsp;March&nbsp;2005 at 10:27am<br /><br />I tried it and ran into a few problems. Here's how I fixed it:<DIV>Change line 168 to:</DIV><DIV>&nbsp;</DIV><DIV>'For extra security create a new user code for the user<BR>&nbsp;&nbsp;&nbsp;dim blnActive&nbsp;&nbsp;<FONT color=#ff00ff>-it complained this wasn't declared</FONT><BR>&nbsp;&nbsp;&nbsp;blnActive = CBool(rsCommon("Active"))<BR>&nbsp;&nbsp;&nbsp;If blnActive Then <BR>&nbsp;&nbsp;&nbsp;&nbsp;strUserCode = userCode(strUsername)<BR>&nbsp;&nbsp;&nbsp;Else<BR>&nbsp;&nbsp;&nbsp;'don't change it&nbsp;<FONT color=#ff00ff>-&nbsp;if you don't put the existing user code back in, </FONT></DIV><DIV><FONT color=#ff00ff>then the strUserCode says empty and in line 170&nbsp;when you try to do the db update,&nbsp;it complains you can't update the db&nbsp;with a null value.</FONT><BR>&nbsp;&nbsp;&nbsp;&nbsp;strUserCode = rsCommon("User_code")<BR>&nbsp;&nbsp;&nbsp;End if</DIV><DIV>&nbsp;</DIV><DIV>I've tested this and it does resolve the problem.</DIV><DIV>&nbsp;</DIV><DIV>Thanks for your help.</DIV>]]>
   </description>
   <pubDate>Fri, 11 Mar 2005 10:27:25 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/members-uable-to-register_topic11822_post78584.html#78584</guid>
  </item> 
  <item>
   <title><![CDATA[members uable to register : Change the following in the file...]]></title>
   <link>https://forums.webwiz.net/members-uable-to-register_topic11822_post78568.html#78568</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 11822<br /><strong>Posted:</strong> 11&nbsp;March&nbsp;2005 at 5:28am<br /><br />Change the following in the file login_user.asp:-<br><br>Change line 128 to:-<br><br>strSQL = "SELECT " &amp; strDbTable &amp; "Author.Password, " &amp;strDbTable &amp; "Author.Salt, " &amp; strDbTable &amp;"Author.Username, " &amp; strDbTable &amp; "Author.Author_ID, " &amp;strDbTable &amp; "Author.User_code<font color="#ff0000">, " &amp; strDbTable &amp; "Author.Active "</font><br><br>Change line 168 to:-<br><br>blnActive = CBool(rsCommon("Active"))<br>If blnActive Then strUserCode = userCode(strUsername)<br><br><br>]]>
   </description>
   <pubDate>Fri, 11 Mar 2005 05:28:21 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/members-uable-to-register_topic11822_post78568.html#78568</guid>
  </item> 
  <item>
   <title><![CDATA[members uable to register : Any luck with posting the fix?  Thanks...]]></title>
   <link>https://forums.webwiz.net/members-uable-to-register_topic11822_post78555.html#78555</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19733">all-in</a><br /><strong>Subject:</strong> 11822<br /><strong>Posted:</strong> 10&nbsp;March&nbsp;2005 at 8:20pm<br /><br />Any luck with posting the fix?<DIV>&nbsp;</DIV><DIV>Thanks</DIV>]]>
   </description>
   <pubDate>Thu, 10 Mar 2005 20:20:32 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/members-uable-to-register_topic11822_post78555.html#78555</guid>
  </item> 
  <item>
   <title><![CDATA[members uable to register : I realized my version is up to...]]></title>
   <link>https://forums.webwiz.net/members-uable-to-register_topic11822_post78444.html#78444</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19733">all-in</a><br /><strong>Subject:</strong> 11822<br /><strong>Posted:</strong> 09&nbsp;March&nbsp;2005 at 11:00am<br /><br /><P>I realized my version is up to date - 7.9. Your note says you fixed the bug for the next version - which I'm guessing isn't out yet. </P><DIV></DIV><P>Is there anyway I can get you to post the fix here so I can update my site? For me this is affecting 2/3 of my new sign-ups. I don't know if they are impatient or what. </P><DIV>&nbsp;</DIV><DIV>Many Thanks</DIV><DIV>&nbsp;</DIV><DIV>Chris</DIV>]]>
   </description>
   <pubDate>Wed, 09 Mar 2005 11:00:55 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/members-uable-to-register_topic11822_post78444.html#78444</guid>
  </item> 
  <item>
   <title><![CDATA[members uable to register : Have a look in the Version History...]]></title>
   <link>https://forums.webwiz.net/members-uable-to-register_topic11822_post78429.html#78429</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 11822<br /><strong>Posted:</strong> 09&nbsp;March&nbsp;2005 at 5:20am<br /><br />Have a look in the Version History file that comes with the application and is also found on the forum download page.]]>
   </description>
   <pubDate>Wed, 09 Mar 2005 05:20:47 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/members-uable-to-register_topic11822_post78429.html#78429</guid>
  </item> 
  <item>
   <title><![CDATA[members uable to register : Hey I&amp;#039;m experiencing this...]]></title>
   <link>https://forums.webwiz.net/members-uable-to-register_topic11822_post78419.html#78419</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19733">all-in</a><br /><strong>Subject:</strong> 11822<br /><strong>Posted:</strong> 09&nbsp;March&nbsp;2005 at 1:06am<br /><br />Hey I'm experiencing this too. I'm running an older version and I have modified serveral pages for my site so I can't do a flash upgrade.<DIV>&nbsp;</DIV><DIV>Which files have been updated? </DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>&nbsp;</DIV><DIV>Chris</DIV>]]>
   </description>
   <pubDate>Wed, 09 Mar 2005 01:06:28 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/members-uable-to-register_topic11822_post78419.html#78419</guid>
  </item> 
  <item>
   <title><![CDATA[members uable to register : I found the problem the other...]]></title>
   <link>https://forums.webwiz.net/members-uable-to-register_topic11822_post66095.html#66095</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 11822<br /><strong>Posted:</strong> 23&nbsp;September&nbsp;2004 at 3:03am<br /><br />I found the problem the other day and have fixed it for the next version.<br><br>If a user registers, then they login using the login page before they activate their account a new usercode is created for them.<br><br>This means that when they try to activate their account with theiroriginal actiavtion email containing their original usercode it can notbe found in the database.<br><br>Users need to activate their acounts before logging in or use the resend activation email tool.<br>]]>
   </description>
   <pubDate>Thu, 23 Sep 2004 03:03:21 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/members-uable-to-register_topic11822_post66095.html#66095</guid>
  </item> 
  <item>
   <title><![CDATA[members uable to register : I too have had problems with people...]]></title>
   <link>https://forums.webwiz.net/members-uable-to-register_topic11822_post66061.html#66061</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=17635">markomeara</a><br /><strong>Subject:</strong> 11822<br /><strong>Posted:</strong> 22&nbsp;September&nbsp;2004 at 12:29pm<br /><br /><P>I too have had problems with people being able to register.</P><P>I think I have found the problem. - and the solution but it needs to be verified...</P><P>I have a site with 1200 users and about 6-10 new registrations each week. .... studentloans are hell in canada! My site helps people with these problems.</P><P>I think this is the problem.... </P><P>If a user registers and turns on the "automatically log me in" but then forgets to activate, and then reregisters under a different name, and then tries to activate, they cant.</P><P>Or if they try to register and their cookie settings arent correct, and the registration fails, and then try to re-register under a different name&nbsp; then above happens too...</P><P>I suspect the "automatically log me in" creates a cookie on registration, but then when they return to the forum... WWF searches for a cookie for username and password, but the login would fail... and if they re-register then the cookie&nbsp;has the older username and password .</P><P>I would&nbsp;need to look more deeply into the source code to see when the cookie is being created.. but this seems to be the common scenario that causes the registration problem for a select number of registrants. 98% of registrations happen ok...</P><P>Having the user delete&nbsp;all &nbsp;cookies on their machine seems to clear up the problem.</P><P>This might also be a problem as a result of people trying to register from a public computer where the cookie is set and not cleared...not quite sure about this though....</P><P>I could be totally off the mark on this but it seems to be the only pattern I can think of... in each case, deleting cookies resolved the inability to register and activate.</P><P>Mark</P>]]>
   </description>
   <pubDate>Wed, 22 Sep 2004 12:29:01 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/members-uable-to-register_topic11822_post66061.html#66061</guid>
  </item> 
  <item>
   <title><![CDATA[members uable to register : You didn&amp;#039;t metion exactly...]]></title>
   <link>https://forums.webwiz.net/members-uable-to-register_topic11822_post65895.html#65895</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 11822<br /><strong>Posted:</strong> 21&nbsp;September&nbsp;2004 at 4:20am<br /><br />You didn't metion exactly why the user can not register.<br><br>Is it an error or are they not getting emails through?<br><br>Also you mention poeple with Yahoo, Hotmail, AOL, etc. addresses, thesetypes of email accounts get spammed allot and as a result they tend tobounce back most emails that are generated by scripts on web sites.<br><br>The only solution is to ban these email addresses from signing up sothat the user is forced to use another email address, this way anyactivation emails are more likely to get through.<br>]]>
   </description>
   <pubDate>Tue, 21 Sep 2004 04:20:26 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/members-uable-to-register_topic11822_post65895.html#65895</guid>
  </item> 
 </channel>
</rss>