<?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 update profile when using Member API</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 update profile when using Member API]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 00:40:36 +0000</pubDate>
  <lastBuildDate>Fri, 22 Feb 2008 08:38:28 +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=25329</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 update profile when using Member API : Thank-you for reporting this it...]]></title>
   <link>https://forums.webwiz.net/bug-in-update-profile-when-using-member-api_topic25329_post131546.html#131546</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 25329<br /><strong>Posted:</strong> 22&nbsp;February&nbsp;2008 at 8:38am<br /><br />Thank-you for reporting this it will be looked into.]]>
   </description>
   <pubDate>Fri, 22 Feb 2008 08:38:28 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/bug-in-update-profile-when-using-member-api_topic25329_post131546.html#131546</guid>
  </item> 
  <item>
   <title><![CDATA[Bug in update profile when using Member API : I think this is a bug that should...]]></title>
   <link>https://forums.webwiz.net/bug-in-update-profile-when-using-member-api_topic25329_post131541.html#131541</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=27602">GottaLoveIT</a><br /><strong>Subject:</strong> 25329<br /><strong>Posted:</strong> 21&nbsp;February&nbsp;2008 at 10:44pm<br /><br /><P>I think this is a bug that should be fixed.&nbsp; i am using V 9.08</P><P>Issue: When using Member API and disabling account control, updating profile removes email address from member account.</P><P>In the file functions/functions_member_API.asp I have the following set:</P><P>Const blnMemberAPI = True<BR>Const blnMemberAPIDisableAccountControl = True<BR>Login, Logout, Register links are set to pages outside forums</P><P>I have looked in the code in /register.asp and found that on line 1632 this form tag is the problem, by using the DISABLED form tag.<BR><table width="99%"><tr><td><pre class="BBcode">&lt;input type="text" name="email" id="email" size="30" maxlength="60" value="&lt;% = strEmail %&gt;" tabindex="5" &lt;% If blnMemberAPI AND blnMemberAPIDisableAccountControl Then Response.Write(" disabled=""disabled""") %&gt; /&gt;</pre></td></tr></table></P><P>Changing to using READONLY form tag like this fixes the problem:<BR><table width="99%"><tr><td><pre class="BBcode">&lt;input type="text" name="email" id="email" size="30" maxlength="60" value="&lt;% = strEmail %&gt;" tabindex="5" &lt;% If blnMemberAPI AND blnMemberAPIDisableAccountControl Then Response.Write(" readonly=""readonly""") %&gt; /&gt;</pre></td></tr></table><BR></P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Thu, 21 Feb 2008 22:44:38 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/bug-in-update-profile-when-using-member-api_topic25329_post131541.html#131541</guid>
  </item> 
 </channel>
</rss>