Hi 👋
We are informal group that uses WordPress publish our upcoming events online.
We have had admin problems on the past where one individual who was trusted with the password refused to list certain events that he did not support.
As he was the only one with the password, this was difficult to resolve.
Has anyone had this problem before?
We are trying to work on a solution whereby no one can have full control.
Any solutions very welcome 🙏
Multiple users can be given admin permissions
You could implement a “role-based access system” by using a plugin such as [User Role Editor](https://wordpress.org/plugins/user-role-editor/) to create custom roles with specific permissions. Assign roles like “Editor” or “Event Manager” to those group members, and allow them to manage content without full admin rights. This ensures that no one person can control everything on the site. 🙂