id; $edit_user = new PanelUser(NULL, $id); $can_edit = (current_user_can(PERMISSION_MANAGE_USERS) || $edit_user->id == $us->id) ? "" : "disabled"; ?>

Edit User: "username; ?>"



@
First Name
type="text" class="form-control" name="first_name" id="first_name" placeholder="first_name; ?>">
Last Name
type="text" class="form-control" name="last_name" id="last_name" placeholder="last_name; ?>">
Bio
Email
type="text" class="form-control" name="email" id="email" autocomplete="off">
Password
type="password" class="form-control" name="password" id="password" autocomplete="off">



Note: This button will not update your password.
Please use the 'Update Password' button on the Password field for this instead.