Diogo Peralta Cordeiro 6e031d623a [VersionBump] 2.0.0beta0 před 3 roky
..
actions 7967db6ff5 Various obvious bug fixes and better PHP 7 support před 5 roky
doc-src 6267ea2e8d show the welcome page on registration completion před 13 roky
forms a4e679a118 Add Registration form hook points by XRevan86 před 5 roky
locale 6e031d623a [VersionBump] 2.0.0beta0 před 3 roky
mail-src 7e1ae44fad source for registration email confirmation před 13 roky
scripts 1ba3416cd1 [SCRIPTS] Set PUBLICDIR in plugin scripts as well před 3 roky
EmailRegistrationPlugin.php 165edc2609 [CORE] Add GNUSOCIAL_ENGINE_REPO_URL and increase usage of GNUSOCIAL_ENGINE_URL před 3 roky
README a614205663 Add plugin READMEs před 8 roky

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