gnu-social/plugins/EmailRegistration
Chimo a614205663 Add plugin READMEs 2016-02-08 17:48:37 +00:00
..
actions Allow changing nick on EmailRegistration 2015-03-01 12:31:52 +01:00
doc-src show the welcome page on registration completion 2011-04-18 06:32:32 -04:00
forms Allow changing nick on EmailRegistration 2015-03-01 12:31:52 +01:00
locale Snapshot of the Transifex translation project - October 2015 2015-10-04 18:23:01 +02:00
mail-src source for registration email confirmation 2011-05-04 12:25:34 -07:00
scripts Add executable permission to script missing it 2015-07-10 14:46:08 +05:30
EmailRegistrationPlugin.php Change status.net/wiki URLs to git.gnu.io 2016-02-08 17:48:10 +00:00
README Add plugin READMEs 2016-02-08 17:48:37 +00:00

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