forked from GNUsocial/gnu-social
7a9b989349
Location information removed from translation files with msgmerge --no-location to decrease size of files and reduce diff size. Unfortunately there does not appear to be a setting in msgmerge or msgattrib to remove the extracted comments ("#.") from translation files. If you do know of such a switch, please let me know! |
||
---|---|---|
.. | ||
locale | ||
EmailAuthenticationPlugin.php | ||
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