Alexei Sorokin ad91ef66bd [SCRIPTS] Set PUBLICDIR in plugin scripts as well 4 anni fa
..
actions 7967db6ff5 Various obvious bug fixes and better PHP 7 support 5 anni fa
doc-src 6267ea2e8d show the welcome page on registration completion 13 anni fa
forms a4e679a118 Add Registration form hook points by XRevan86 5 anni fa
locale aee5506f00 [PLUGINS] Removed GeoURL as the service doesn't exist anymore 4 anni fa
mail-src 7e1ae44fad source for registration email confirmation 13 anni fa
scripts ad91ef66bd [SCRIPTS] Set PUBLICDIR in plugin scripts as well 4 anni fa
EmailRegistrationPlugin.php 0c2c3ec862 [CORE] Plugin API now extends a new Module API 4 anni fa
README a614205663 Add plugin READMEs 8 anni fa

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');