UBB.Dev
Posted By: BillD Delete User is Broken [5.3] - 05/04/2001 7:05 PM
When the administrator clicks on "Edit this user" they are taken to a URL like:
[:blue]selectoption.php?Cat=&User=johndoe
the link for "Delete user" on this page points to something like:
[:blue]dochangeuser.php?Cat=&Username=johndoe&option=delete
but the code in dochangeuser.php seems to expect the name of the user to be deleted to be passed as "User=johndoe" not "Username=johndoe". To fix this, change line 89 of selectoption.php to have "User=" instead of "Username=".



Bill Dimm, SaveTheFreeWeb.com
Posted By: Rick Re: Delete User is Broken [5.3] - 05/06/2001 2:59 PM
Thanks for the fix Bill.
© UBB.Developers