gnu-social/plugins/EmailRegistration
brunoccast c7afe2f86c [TRANSLATION] Update Plugin POs 2019-06-09 16:10:03 +01:00
..
actions Various obvious bug fixes and better PHP 7 support 2019-04-26 00:34:17 +01:00
doc-src show the welcome page on registration completion 2011-04-18 06:32:32 -04:00
forms Add Registration form hook points by XRevan86 2019-04-26 00:59:38 +01:00
locale [TRANSLATION] Update Plugin POs 2019-06-09 16:10:03 +01: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 [VersionBump] 1.19.0, fairly late 2019-06-07 15:02:08 +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');