]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/plugins/emailauth.mdwn
(no commit message)
[git.ikiwiki.info.git] / doc / plugins / emailauth.mdwn
index 74097d2cc2cebf61f1b122391005865a291eb9a6..4df9700c517104698dc78d8356abba7ccc2d437d 100644 (file)
@@ -5,8 +5,9 @@ This plugin lets users log into ikiwiki using any email address. To complete
 the login, a one-time-use link is emailed to the user, and they can simply
 open that link in their browser.
 
 the login, a one-time-use link is emailed to the user, and they can simply
 open that link in their browser.
 
-It is enabled by default, but can be turned off if you want to only use
-some other form of authentication, such as [[passwordauth]] or [[openid]].
+It is (indirectly) enabled by default, but can be turned off if you want to
+only use some other form of authentication, such as [[passwordauth]] or
+[[openid]].
 
 Users who have logged in using emailauth will have their email address used as
 their username. In places where the username is displayed, like the
 
 Users who have logged in using emailauth will have their email address used as
 their username. In places where the username is displayed, like the
@@ -16,5 +17,5 @@ like commits of changes, the email address is cloaked using
 <a href="http://xmlns.com/foaf/spec/#term_mbox_sha1sum">the
 foaf:mbox_sha1sum spec</a>.
 
 <a href="http://xmlns.com/foaf/spec/#term_mbox_sha1sum">the
 foaf:mbox_sha1sum spec</a>.
 
-This plugin needs the [[!cpan Mail::SendMail]] perl module installed,
+This plugin needs the [[!cpan Mail::Sendmail]] perl module installed,
 and able to send outgoing email.
 and able to send outgoing email.