https://github.com/jalendport/craft-hideadmin
Hide admin users from non-admin users
https://github.com/jalendport/craft-hideadmin
Last synced: about 1 month ago
JSON representation
Hide admin users from non-admin users
- Host: GitHub
- URL: https://github.com/jalendport/craft-hideadmin
- Owner: jalendport
- License: mit
- Created: 2018-04-30T15:20:46.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2023-06-08T23:21:51.000Z (almost 2 years ago)
- Last Synced: 2025-04-06T17:18:25.662Z (about 2 months ago)
- Language: PHP
- Size: 18.6 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
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.
1. Open your terminal and go to your Craft project:
cd /path/to/project
2. Then tell Composer to load the plugin:
composer require jalendport/craft-hideadmin
3. 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](https://github.com/lukeyouell)