#phpBB Add User Extension
##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
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/
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).