devkokov / impersonate
A Craft 3 plugin that allows non-admin users to log in as other non-admin users, on a per user group basis.
Installs: 1 039
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Type:craft-plugin
Requires
- php: >=7.0.0
- craftcms/cms: ^3.0.0-RC1
This package is auto-updated.
Last update: 2025-03-24 08:33:10 UTC
README
Craft 3 comes with a "Log in as ..." feature that is restricted to Admin users only.
This plugin allows you to give non-admin users the permission to log in as other non-admin users, on a per user group basis.
Requirements
This plugin requires Craft CMS 3.0.0-beta.23 or later.
Installation
To install the plugin, 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 devkokov/impersonate
-
In the Control Panel, go to Settings → Plugins and click the “Install” button for Impersonate.
Configuring Impersonate
The User Permissions settings in the Control Panel allow you to configure which user groups can be impersonated. These permissions can be applied to user groups and/or individual users.
Using Impersonate
Select a user from the Users listing page (using the checkbox), then click on Impersonate in the actions drop-down menu.
Brought to you by Dimitar Kokov