]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/EmailRegistration/README
Use File->getID()
[quix0rs-gnu-social.git] / plugins / EmailRegistration / README
1 The EmailRegistration plugin allows user registration with just an email
2 address.
3
4 When users register, the part before '@' in their email address will become
5 their nickname/username (normalized). In case of collisions, a auto-increment
6 number will be added to the username.
7
8 For example, if someone registers with "user@example.org", their username
9 will be "user". If someone else registers with "user@example.net", their
10 username will be user1, and so on.
11
12 Installation
13 ============
14 add "addPlugin('EmailRegistration');"
15 to the bottom of your config.php
16
17 Note: This plugin is enabled by default on private instances.
18
19 Settings
20 ========
21 none
22
23 Example
24 =======
25 addPlugin('EmailRegistration');