Menu

#33 unable to change default admin

closed
5
2006-11-05
2006-10-22
Paul
No

In my continued effort to modify the admin account using the edit admin
interface, I found a value error in the hidden ud_id field. It currently has
the id value blank. This means that the admin user is never found in the
database to be updated.

line 109: <input type="hidden" name="ud_id" value="<? echo $id; ?>" /
>

should have the data-> reference:

line 109: <input type="hidden" name="ud_id" value="<? echo $data-
>id; ?>" />

Discussion

  • Beau Huber

    Beau Huber - 2006-10-22
    • assigned_to: nobody --> beauhuber
    • status: open --> pending
     
  • Beau Huber

    Beau Huber - 2006-10-22

    Logged In: YES
    user_id=716998

    Fixed in CVS. Thanks for pointing this out!

     
  • SourceForge Robot

    Logged In: YES
    user_id=1312539

    This Tracker item was closed automatically by the system. It was
    previously set to a Pending status, and the original submitter
    did not respond within 14 days (the time period specified by
    the administrator of this Tracker).

     
  • SourceForge Robot

    • status: pending --> closed
     

Log in to post a comment.