Skip to:
Content
Pages
Categories
Search
Top
Bottom

Can someone make a ticket for me?

  • @nightgunner5

    Member

    I can’t seem to make a ticket on the trac. Here’s the contents of what I want to say:

    With the way bbPress is currently set up, an Administrator could, just by editing the profile of a Key Master, remove the Key Master privileges. I suggest editing Key Master profiles cannot be done by anyone but Key Masters, or the administration portion of the profile should not be shown to anyone lower than Key Master if they are editing the profile of a Key Master.

Viewing 7 replies - 1 through 7 (of 7 total)
  • @livibetter

    Member

    You must login, then click on New Ticket.

    WordPress Support/Extend/Trac and bbPress Forums/Extend/Trac all can be logged in with the same username and password.

    @nightgunner5

    Member

    TICKET_CREATE privileges are required to perform this operation

    @chrishajer

    Participant

    I created the ticket for you:

    https://trac.bbpress.org/ticket/767

    @nightgunner5

    Member

    I think changing

    if ( !bb_current_user_can( 'edit_user', $user_id ) ) {
    $sendto = bb_get_option('uri');
    wp_redirect( $sendto );
    }

    in profile-edit.php to

    if ( !bb_current_user_can( 'edit_user', $user_id ) || (!bb_current_user_can('use_keys') && $user->has_cap('use_keys')) ) {
    $sendto = bb_get_option('uri');
    wp_redirect( $sendto );
    }

    would fix the problem.

    @fel64

    Member

    Should be fixed I thought. https://trac.bbpress.org/changeset/903

    @nightgunner5

    Member

    fel64 wrote:

    Should be fixed I thought. https://trac.bbpress.org/changeset/903

    That only prevents keymasters from demoting themselves. What I want them to prevent is administrators demoting keymasters.

    @fel64

    Member

    Sorry, obviously didn’t pay good enough attention.

Viewing 7 replies - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.
Skip to toolbar