X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/ab1bba9daba5500e1b154579518369974cc6041a..5d602a840763a1d552730ddee55361104e31c71b:/doc/plugins/emailauth.mdwn diff --git a/doc/plugins/emailauth.mdwn b/doc/plugins/emailauth.mdwn index 74097d2cc..4df9700c5 100644 --- a/doc/plugins/emailauth.mdwn +++ b/doc/plugins/emailauth.mdwn @@ -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. -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 @@ -16,5 +17,5 @@ like commits of changes, the email address is cloaked using the foaf:mbox_sha1sum spec. -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.