jalendport / craft-hideadmin
Hide admin users from non-admin users
Fund package maintenance!
jalendport
Installs: 9 199
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 3
Forks: 2
Open Issues: 3
Type:craft-plugin
Requires
- craftcms/cms: ^4.0.0
This package is auto-updated.
Last update: 2024-11-09 02:26:16 UTC
README
Hide Admin plugin for Craft CMS 3
Hide Admin hides admin users from non-admin users, which is useful if you want to hand-over the responsibility of user management without including access to admin users.
Overview
- Admin users aren't included in the users table for non-admin users
- Non-admin users cannot view or edit admin users
Requirements
This plugin requires Craft CMS 3.1.0 or later.
Installation
To install the plugin, either install via the plugin store or follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require jalendport/craft-hideadmin
-
In the Control Panel, go to Settings → Plugins and click the “Install” button for Hide Admin.
Hide Admin Roadmap
Some things to do, and ideas for potential features:
Brought to you by Luke Youell