https://github.com/billythekid/activateusers
Craft CMS plugin to allow non-admin users permission to activate user accounts in the users page of the dashboard
https://github.com/billythekid/activateusers
craft2 craftcms craftcms-plugin plugin user-management
Last synced: 5 months ago
JSON representation
Craft CMS plugin to allow non-admin users permission to activate user accounts in the users page of the dashboard
- Host: GitHub
- URL: https://github.com/billythekid/activateusers
- Owner: billythekid
- License: mit
- Created: 2017-06-23T14:19:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-30T13:57:04.000Z (over 6 years ago)
- Last Synced: 2025-05-24T07:41:01.717Z (about 1 year ago)
- Topics: craft2, craftcms, craftcms-plugin, plugin, user-management
- Language: PHP
- Size: 17.6 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Activate Users plugin for Craft CMS
Plugin that adds "Activate account" permissions so that non-admins can activate users.
## Installation
To install Activate Users, follow these steps:
1. Download & unzip the file and place the `activateusers` directory into your `craft/plugins` directory
2. -OR- do a `git clone https://github.com/billythekid/activateusers.git` directly into your `craft/plugins` folder. You can then update it with `git pull`
3. -OR- install with Composer via `composer require billythekid/activateusers` from your site root (the same directory your craft folder is in)
4. Install plugin in the Craft Control Panel under Settings > Plugins
5. The plugin folder should be named `activateusers` for Craft to see it. GitHub recently started appending `-master` (the branch name) to the name of the folder for zip file downloads.
Activate Users works on Craft 2.4.x and Craft 2.5.x.
## Activate Users Overview
This plugin adds a user permission to allow users to activate users. This is normally done by admin accounts only but sometimes
you want a "semi-admin" account without full admin privileges to be able to do this. When a user has this permission set and is
viewing another user's dashboard page, the option to activate that user will appear in their "cog" menu.
## Configuring Activate Users
This plugin has no configuration options. Just install it and give the users (or user groups) that you want to be able to activate
users that permission.
## Using Activate Users
Non-admin accounts with the permission should visit an unverified/not yet activated account in the dashboard. Here they can choose
to activate the user by way of the "cog" menu (at the top right in a full/desktop view)
## Activate Users Roadmap
There are no plans to add more features to this plugin.