gnu-social/plugins/EmailRegistration
Mikael Nordfeldth 6ec72b2978 Move mail_confirm_address out of mail.php 2016-03-06 17:27:40 +01:00
..
actions Catch exception on delete of Confirm_address in a plugin 2016-03-02 15:37:47 +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 Move mail_confirm_address out of mail.php 2016-03-06 17:27:40 +01:00
EmailRegistrationPlugin.php Move mail_confirm_address out of mail.php 2016-03-06 17:27:40 +01: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');