Diogo Cordeiro e858629ac3 [aab] Revert structural change of v2 il y a 5 ans
..
actions 34bfdc3e91 [CORE] Refactor Plugin API to Module API il y a 5 ans
doc-src 6267ea2e8d show the welcome page on registration completion il y a 14 ans
forms a4e679a118 Add Registration form hook points by XRevan86 il y a 5 ans
locale e858629ac3 [aab] Revert structural change of v2 il y a 5 ans
mail-src 7e1ae44fad source for registration email confirmation il y a 13 ans
scripts 34bfdc3e91 [CORE] Refactor Plugin API to Module API il y a 5 ans
EmailRegistrationModule.php 34bfdc3e91 [CORE] Refactor Plugin API to Module API il y a 5 ans
README 34bfdc3e91 [CORE] Refactor Plugin API to Module API il y a 5 ans

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 "addModule('EmailRegistration');"
to the bottom of your config.php

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

Settings
========
none

Example
=======
addModule('EmailRegistration');