]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/plugins/emailauth.mdwn
changelog
[git.ikiwiki.info.git] / doc / plugins / emailauth.mdwn
index 8cb060e93f761a0d1a8d88f1b43fc3337a87f498..74097d2cc2cebf61f1b122391005865a291eb9a6 100644 (file)
@@ -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
+<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,
 and able to send outgoing email.