Print Page | Close Window

9.05 Update - Problem changing user group

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=24485
Printed Date: 06 April 2026 at 1:50pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: 9.05 Update - Problem changing user group
Posted By: brianmisty
Subject: 9.05 Update - Problem changing user group
Date Posted: 22 September 2007 at 9:48pm
I just updated to 9.05 using the Membership API with the WWF login disabled.  When I try to change a user's group, I get an error message that the "username is already taken".  I am not trying to change the username, but the user's group.  Is this not possible under the new API?



Replies:
Posted By: WebWiz-Bruce
Date Posted: 23 September 2007 at 2:36pm
It shouldn't do this, it could be a corrupted file though, so try reuploading the original 9.05 again.

-------------
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


Posted By: brianmisty
Date Posted: 23 September 2007 at 8:08pm
I just uploaded a fresh 9.05 and still get the same error message. The only changes I have made is to set the variables in the memebrship API to "True", "True" and set my URLS. 
 
I noticed however, that if I set  blnMemberAPI  back to "False", I can modify the user's group again. 
 


Posted By: WebWiz-Bruce
Date Posted: 24 September 2007 at 9:01am
This 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


Posted By: efscl
Date Posted: 02 October 2007 at 3:42pm
here is the problem AND temp solution (Only by using MemberAPI!!!) from my point of view:

the admin_register.asp something about line 234 checks, if we submitted a username.
BUT: form field username is disabled if memperAPI is TRUE

so the form does not submittes an username

1.) Change
If strUsername = "" Then blnUsernameOK = False

to
If strUsername = "" AND blnMemberAPI = false Then blnUsernameOK = False


2.) something around line 250 >> change
 
If blnUsernameOK Then

to
 
If blnUsernameOK AND blnMemberAPI = false
  Then
so we do not check if username already taken - can only be temp solution because of an update without memberAPI this is also a "bug"


http://forums.webwiz.net/forum_posts.asp?TID=24325&KW=member+api+group&PID=127444#127444 -



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