aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/emailauth.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2015-05-13 23:44:23 -0400
committerJoey Hess <joeyh@joeyh.name>2015-05-13 23:44:23 -0400
commitb831d4a6f130fcf607f9b217b6d1f41cf3695171 (patch)
tree9582f1fe35d11bdce87bfaf68fe01c6bb1869959 /doc/plugins/emailauth.mdwn
parentb89f4b7ec584e60ae817b55f352bd69cfd4811c1 (diff)
downloadikiwiki-b831d4a6f130fcf607f9b217b6d1f41cf3695171.tar
ikiwiki-b831d4a6f130fcf607f9b217b6d1f41cf3695171.tar.gz
note about email visibility in git commits
Diffstat (limited to 'doc/plugins/emailauth.mdwn')
-rw-r--r--doc/plugins/emailauth.mdwn3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/plugins/emailauth.mdwn b/doc/plugins/emailauth.mdwn
index 8cb060e93..db22e2931 100644
--- a/doc/plugins/emailauth.mdwn
+++ b/doc/plugins/emailauth.mdwn
@@ -11,7 +11,8 @@ 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. Note though that the email address will be visible
+when looking at eg, commits in the git repository.
This plugin needs the [[!cpan Mail::SendMail]] perl module installed,
and able to send outgoing email.