https://github.com/sjelfull/craft-usercreator
Allow you to generate users en masse, simply.
https://github.com/sjelfull/craft-usercreator
craftcms craftcms-plugin
Last synced: 8 months ago
JSON representation
Allow you to generate users en masse, simply.
- Host: GitHub
- URL: https://github.com/sjelfull/craft-usercreator
- Owner: sjelfull
- License: mit
- Created: 2016-05-04T14:57:44.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-27T09:14:35.000Z (over 9 years ago)
- Last Synced: 2025-04-11T00:13:45.014Z (about 1 year ago)
- Topics: craftcms, craftcms-plugin
- Language: JavaScript
- Size: 486 KB
- Stars: 16
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# User Creator plugin for Craft CMS
Allow you to generate users en masse, simply.

## Installation
To install User Creator, follow these steps:
1. Download & unzip the file and place the `usercreator` directory into your `craft/plugins` directory
2. -OR- do a `git clone https://github.com/sjelfull/usercreator.git` directly into your `craft/plugins` folder. You can then update it with `git pull`
3. Install plugin in the Craft Control Panel under Settings > Plugins
4. The plugin folder should be named `usercreator` for Craft to see it. GitHub recently started appending `-master` (the branch name) to the name of the folder for zip file downloads.
User Creator works on Craft 2.4.x and Craft 2.5.x.
## Roadmap
* Create users from uploaded CSV/JSON
* Add plugin permissions
## User Creator Changelog
### 1.0.4 -- 2016.10.27
* [Fixed] Fixed an issue where useEmailAsUsername as enabled and username wasn’t set
* [Improved] Added redirect from result screen if no users was created
* [Improved] Added error handling
* [Improved] Added new icon
### 1.0.3 -- 2016.09.28
* [Fixed] Fixed an issue where elevated session wasn't triggered when submitting the form
* [Improved] Added new icon
### 1.0.2 -- 2016.05.06
* [Fixed] Fixed version/build check when enabling elevated session
### 1.0.1 -- 2016.05.05
* [Added] Added support for elevated user sessions
* [Improved] Changed initial version number
### 1.0.0 -- 2016.05.03
* Initial release
Brought to you by [Fred Carlsen](http://sjelfull.no)