Search by

jalendport / craft-hideadmin

jalendport

Hide admin users from non-admin users

Package info

github.com/jalendport/craft-hideadmin

Documentation

Type:craft-plugin

pkg:composer/jalendport/craft-hideadmin

Fund package maintenance!

jalendport

Statistics

Installs: 9 548

Dependents: 0

Suggesters: 0

Stars: 7

Open Issues: 4

2.0.1 2026-09-22 03:36 UTC

This package is auto-updated.

Last update: 2026-09-22 03:36:51 UTC


README

icon

Hide Admin plugin for Craft CMS 4

Hide Admin hides admin users from non-admin users, which is useful if you want to hand over the responsibility of user management without granting access to admin accounts.

Overview

For non-admin users in the control panel:

  • Admin users are hidden from the Users index, and the “Admins” source is removed from its sidebar
  • The “Admin” option is removed from the Users index filter
  • Admin users can’t be viewed, edited, or deleted — including by navigating to an admin’s edit screen directly

Admin users still appear where content refers to them, such as an entry’s author or a Users field, so non-admins can keep editing that content.

Requirements

This plugin requires Craft CMS 4.3.0 or later.

Installation

To install the plugin, either install it through 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.