aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2015-05-13 14:23:10 -0400
committerJoey Hess <joeyh@joeyh.name>2015-05-13 14:23:10 -0400
commitb9a2c3bfde55b135f6cad29b52916a2266043771 (patch)
tree903a1454f92eea30e2ca24e6c85b6d465ed39f8a /doc
parent3575f939d8c836ac7d2b28f334bab6747cec5ec4 (diff)
downloadikiwiki-b9a2c3bfde55b135f6cad29b52916a2266043771.tar
ikiwiki-b9a2c3bfde55b135f6cad29b52916a2266043771.tar.gz
tyo
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/emailauth.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/emailauth.mdwn b/doc/todo/emailauth.mdwn
index 05b7f1177..bf139cff3 100644
--- a/doc/todo/emailauth.mdwn
+++ b/doc/todo/emailauth.mdwn
@@ -67,7 +67,7 @@ Implementation notes:
passwordauth, by creating a passwordless account (making up a username,
not using the email address as the username thankfully). That account can be
upgraded to a passworded account if the user follows a link in comment
- mails to login. So there is considerable overhead between that and
+ mails to login. So there is considerable overlap between that and
emailauth.
* Adapting the passwordauth reset code is probably the simplest way to
implement emailauth. That uses a CGI::Session id as the entropy.