I have searched the documentation for User Roles and have come up empty. Is there any place where the various roles are explained? I want to add other users but want to give them only the privileges I want them to have and not full administrator.
Thank you for contacting about the definitions of user roles. Since BoldGrid is powered by WordPress, it uses standard WordPress Roles and Capabilities. Here is a summary from the WordPress Codex:
Super Admin – somebody with access to the site network administration features and all other features. See the Create a Network article.
Administrator (slug: ‘administrator’) – somebody who has access to all the administration features within a single site.
Editor (slug: ‘editor’) – somebody who can publish and manage posts including the posts of other users.
Author (slug: ‘author’) – somebody who can publish and manage their own posts.
Contributor (slug: ‘contributor’) – somebody who can write and manage their own posts but cannot publish them.
Subscriber (slug: ‘subscriber’) – somebody who can only manage their profile.