0
votes

I've got a users permission problem on my wordpress website. Subscriber role user has access to dashboard, comments, etc. like it has contributor permission.

I've tried to disable all plugins and change theme but it didn't no effect.

How can i return subscriber's permission to defaults (only user profile edit).

[Users roles screenshot]

[Contributor's dashboard screenshot]

[Subscriber's dashboard screenshot]

1

1 Answers

0
votes

The problem was in database

options table -> wp_user_roles option

Problem was soved by removing string 's:10:"edit_posts";b:1' in subscriber capabilities.