]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/EmailAuthentication/README
Update translator documentation.
[quix0rs-gnu-social.git] / plugins / EmailAuthentication / README
index 32081568963125b656d6cf085a18c3c6430b54d8..3fc40794be0e50b2b08d4c0b10e4d993cb68295e 100644 (file)
@@ -1,7 +1,8 @@
 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.
+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
+add "addPlugin('emailAuthentication');" to the bottom of your config.php.