gnu-social/plugins/EmailAuthentication
Siebrand Mazeland 5fd9767e80 Localisation updates from http://translatewiki.net.
* Fix previous commit. Pot files were built against master instead of 1.0.x.
2011-03-03 18:39:12 +01:00
..
locale Localisation updates from http://translatewiki.net. 2011-03-03 18:39:12 +01:00
EmailAuthenticationPlugin.php Superfluous whitespace removed. 2010-09-20 20:39:28 +02: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