#phpBB Add User Extension

[![Build Status](https://travis-ci.org/phpbbmodders/phpbb-3.1-ext-adduser.svg)](https://travis-ci.org/phpbbmodders/phpbb-3.1-ext-adduser)
##About
phpBB Add User Extension allows an administrator of a forum to add a user into the phpBB database.

##Features
- Allows admin to enter in custom profile fields for the user
- Allows admin to enter in a password or have one generated
- Allows admin to set a users birthday if birthdays are allowed on the forum
- Email will be sent to the newly added user


##Installation
### 1. clone
Clone (or download and move) the repository into the folder phpBB3/ext/phpbbmodders/adduser:

```
cd phpBB3
git clone https://github.com/phpbbmodders/phpbb-3.1-ext-adduser ext/phpbbmodders/adduser/
```

### 2. activate
Go to admin panel -> tab customise -> Manage extensions -> enable Add User

##Licensing
phpBB Add User Mod is distributed under the terms of the GNU General Public
License 2 (GPL). A copy has been included in the package (license.txt).
