gnu-social/plugins/EmailAuthentication
Brion Vibber 67eeaa9cf4 Pull localization updates from 0.9.x branch 2010-05-03 12:27:44 -07:00
..
locale Pull localization updates from 0.9.x branch 2010-05-03 12:27:44 -07:00
EmailAuthenticationPlugin.php Add version information to a bunch of plugins 2010-01-09 19:04:53 -05:00
README Added a User_username table that links the external username with a StatusNet user_id 2009-11-12 20:12:36 -05: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