]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/EmailAuthentication/README
Merge branch 'fixes/private_scope_on_tags' into social-master
[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
4 nickname and the provided password is checked.
5
6 Installation
7 ============
8 add "addPlugin('emailAuthentication');" to the bottom of your config.php.