aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/emailauth.pm
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2015-05-13 22:27:03 -0400
committerJoey Hess <joeyh@joeyh.name>2015-05-13 22:27:03 -0400
commit95e1e51caafbb3e4b179936b6d191ca87f47d4ae (patch)
tree00b33106e2a4030c1f5a237592b9a2f55a7020b0 /doc/plugins/emailauth.pm
parentf1d77f81933b4e4c38780a1934ac6daaaf0a9b80 (diff)
downloadikiwiki-95e1e51caafbb3e4b179936b6d191ca87f47d4ae.tar
ikiwiki-95e1e51caafbb3e4b179936b6d191ca87f47d4ae.tar.gz
emailauth link sent and verified; user login works
Still some work to do since the user name is an email address and should not be leaked.
Diffstat (limited to 'doc/plugins/emailauth.pm')
-rw-r--r--doc/plugins/emailauth.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/plugins/emailauth.pm b/doc/plugins/emailauth.pm
index 9ba26e40c..8cb060e93 100644
--- a/doc/plugins/emailauth.pm
+++ b/doc/plugins/emailauth.pm
@@ -12,3 +12,6 @@ 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.
+
+This plugin needs the [[!cpan Mail::SendMail]] perl module installed,
+and able to send outgoing email.