gnu-social/plugins/EmailAuthentication
2010-05-27 18:27:33 -04:00
..
locale Remove .po source files. Using pot files. 2010-04-30 01:57:22 +02:00
EmailAuthenticationPlugin.php Assigning my copyrights to the Free Software Foundation 2010-05-27 18:27:33 -04: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

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