X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/b89f4b7ec584e60ae817b55f352bd69cfd4811c1..fecfa539885a7a7e2a7af73eafcac6f68326ead3:/doc/plugins/emailauth.mdwn?ds=sidebyside diff --git a/doc/plugins/emailauth.mdwn b/doc/plugins/emailauth.mdwn index 8cb060e93..74097d2cc 100644 --- a/doc/plugins/emailauth.mdwn +++ b/doc/plugins/emailauth.mdwn @@ -11,7 +11,10 @@ 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 RecentChanges page, the domain will be omitted, to avoid exposing the -user's email address. +user's email address. In places where the full username needs to be put, +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, and able to send outgoing email.