Skip to:
Content
Pages
Categories
Search
Top
Bottom

All users are showing up as administrators and participants


  • jseanm69
    Participant

    @jseanm69

    All of my group members are showing up as administrators and participants. I can see nothing in their user profile that shows that they should have that authority. The problem is everyone’s emails are now visible. Even when I try to remove them as administrators they do not go away. I am looking at the database. Where is this info stored and what would cause them to be marked as an admin? In the WP_users table I see them marked as bbp_participant. BTW I have 3325 now sitting as admins on both my groups.

Viewing 5 replies - 1 through 5 (of 5 total)

  • jseanm69
    Participant

    @jseanm69

    If I change their role from participant to subscriber they fall off the admin portion of the group. Pretty cumbersome but it works. It doesn’t solve my issue though of everyone being able to see the users email.


    iamthewebb
    Participant

    @iamthewebb

    The wp_usermeta table will show a wp_user_level which is documented https://codex.wordpress.org/User_Levels
    You can check these fields to see if what you are seeing in the front end matches the backend.

    If you are unable to change this through the front end it implies a plugin or some custom code is overriding, have you tried disabling all other plugins and re-enabling one by one to see which causes the problem.


    iamthewebb
    Participant

    @iamthewebb

    Woops that is the old deprecated method, https://wordpress.org/support/article/roles-and-capabilities/ is the correct one. Table name wp_capabilities although they should still match each other.


    jseanm69
    Participant

    @jseanm69

    Thank you @iamthewebb – your help is really appreciated.


    jseanm69
    Participant

    @jseanm69

    I don’t have a wp_capabilities table, but I do show capabilities on the user_meta table. The users look good – a:2:{s:10:”subscriber”;b:1;s:15:”bbp_participant”;b:1;}

    But they still show up as an admin and as a subscriber in the group. Any ideas?

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