UBB.Dev
Posted By: Rick 5.2(3) Editing the main admin - 03/22/2001 12:18 AM
In versions 5.2 and 5.3, the main administrator cannot be edited, even when you are logged in as that admin. To fix this edit admin/selectoption.php

Line 17, currently looks like this:

$user = $userob -> authenticate("$Username","$Password","U_Username, U_Password");

Change that, to this:
$user = $userob -> authenticate("$Username","$Password","U_Username, U_Password,U_Number");
Posted By: Rick Re: 5.2(3) Editing the main admin - 03/24/2001 5:14 PM
This fix also needs to be applied to the admin/showusers.php script. This line appears on line 16 in this script.
© UBB.Developers