brunoccast c7afe2f86c [TRANSLATION] Update Plugin POs %!s(int64=5) %!d(string=hai) anos
..
actions 7967db6ff5 Various obvious bug fixes and better PHP 7 support %!s(int64=5) %!d(string=hai) anos
doc-src 6267ea2e8d show the welcome page on registration completion %!s(int64=13) %!d(string=hai) anos
forms a4e679a118 Add Registration form hook points by XRevan86 %!s(int64=5) %!d(string=hai) anos
locale c7afe2f86c [TRANSLATION] Update Plugin POs %!s(int64=5) %!d(string=hai) anos
mail-src 7e1ae44fad source for registration email confirmation %!s(int64=13) %!d(string=hai) anos
scripts 6ec72b2978 Move mail_confirm_address out of mail.php %!s(int64=8) %!d(string=hai) anos
EmailRegistrationPlugin.php 46f98b3142 [VersionBump] 1.19.0, fairly late %!s(int64=5) %!d(string=hai) anos
README a614205663 Add plugin READMEs %!s(int64=8) %!d(string=hai) anos

README

The EmailRegistration plugin allows user registration with just an email
address.

When users register, the part before '@' in their email address will become
their nickname/username (normalized). In case of collisions, a auto-increment
number will be added to the username.

For example, if someone registers with "user@example.org", their username
will be "user". If someone else registers with "user@example.net", their
username will be user1, and so on.

Installation
============
add "addPlugin('EmailRegistration');"
to the bottom of your config.php

Note: This plugin is enabled by default on private instances.

Settings
========
none

Example
=======
addPlugin('EmailRegistration');