Print Page | Close Window

Bug in update profile when using Member API

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=25329
Printed Date: 04 April 2026 at 1:53am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Bug in update profile when using Member API
Posted By: GottaLoveIT
Subject: Bug in update profile when using Member API
Date Posted: 21 February 2008 at 10:44pm

I think this is a bug that should be fixed.  i am using V 9.08

Issue: When using Member API and disabling account control, updating profile removes email address from member account.

In the file functions/functions_member_API.asp I have the following set:

Const blnMemberAPI = True
Const blnMemberAPIDisableAccountControl = True
Login, Logout, Register links are set to pages outside forums

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.

<input type="text" name="email" id="email" size="30" maxlength="60" value="<% = strEmail %>" tabindex="5" <% If blnMemberAPI AND blnMemberAPIDisableAccountControl Then Response.Write(" disabled=""disabled""") %> />

Changing to using READONLY form tag like this fixes the problem:

<input type="text" name="email" id="email" size="30" maxlength="60" value="<% = strEmail %>" tabindex="5" <% If blnMemberAPI AND blnMemberAPIDisableAccountControl Then Response.Write(" readonly=""readonly""") %> />

 




Replies:
Posted By: WebWiz-Bruce
Date Posted: 22 February 2008 at 8:38am
Thank-you for reporting this it will be looked into.

-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net