allow users to subscribe to comments w/o registering
authorJoey Hess <joey@kitenet.net>
Mon, 2 Apr 2012 17:39:29 +0000 (13:39 -0400)
committerJoey Hess <joey@kitenet.net>
Mon, 2 Apr 2012 17:45:39 +0000 (13:45 -0400)
commitc885ec66e0ffeefb41462b87707f5e80c0ffa993
tree50d6bef132f6d057a42d2a7e69be68b28bf19f7e
parentc16b1e638e3ccc936ec24daa8419d64c4f6d5016
allow users to subscribe to comments w/o registering

Technically, when the user does this, a passwordless account is created
for them. The notify mails include a login url, and once logged in that
way, the user can enter a password to get a regular account (although
one with an annoying username).

This all requires the passwordauth plugin is enabled. A future enhancement
could be to split the passwordless user concept out into a separate plugin.
IkiWiki/Plugin/comments.pm
IkiWiki/Plugin/notifyemail.pm
IkiWiki/Plugin/passwordauth.pm
templates/editcomment.tmpl