]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/EmailAuthentication/README
Added a User_username table that links the external username with a StatusNet user_id
[quix0rs-gnu-social.git] / plugins / EmailAuthentication / README
1 The Email Authentication plugin allows users to login using their email address.
2
3 The provided email address is used to lookup the user's nickname, then that nickname and the provided password is checked.
4
5 Installation
6 ============
7 add "addPlugin('emailAuthentication');" to the bottom of your config.php