gnu-social/plugins/EmailAuthentication
digital dreamer a452a3b1a0 Snapshot of the Transifex translation project - February 2015 2015-03-08 09:34:38 +01:00
..
locale Snapshot of the Transifex translation project - February 2015 2015-03-08 09:34:38 +01:00
EmailAuthenticationPlugin.php EmailAuthentication enabled by default 2014-04-28 12:39:57 +02:00
README Update translator documentation. 2011-04-08 01:22:02 +02:00

README

The Email Authentication plugin allows users to login using their email address.

The provided email address is used to lookup the user's nickname, then that
nickname and the provided password is checked.

Installation
============
add "addPlugin('emailAuthentication');" to the bottom of your config.php.