gnu-social/plugins/EmailAuthentication
Craig Andrews ed690615de Added a User_username table that links the external username with a StatusNet user_id
Added EmailAuthenticationPlugin
Added ReverseUsernameAuthenticationPlugin
Changed the StartChangePassword and EndChangePassword events to take a user, instead of a nickname
User::allowed_nickname was declared non-static, but used as if it was static, so I made the declaration static
2009-11-12 20:12:36 -05:00
..
EmailAuthenticationPlugin.php Added a User_username table that links the external username with a StatusNet user_id 2009-11-12 20:12:36 -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