diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/emailauth.mdwn | 2 |
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. |