aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2012-04-02 13:39:29 -0400
committerJoey Hess <joey@kitenet.net>2012-04-02 13:45:39 -0400
commitc885ec66e0ffeefb41462b87707f5e80c0ffa993 (patch)
tree50d6bef132f6d057a42d2a7e69be68b28bf19f7e /templates
parentc16b1e638e3ccc936ec24daa8419d64c4f6d5016 (diff)
downloadikiwiki-c885ec66e0ffeefb41462b87707f5e80c0ffa993.tar
ikiwiki-c885ec66e0ffeefb41462b87707f5e80c0ffa993.tar.gz
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.
Diffstat (limited to 'templates')
-rw-r--r--templates/editcomment.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/editcomment.tmpl b/templates/editcomment.tmpl
index 17c65624e..e177db959 100644
--- a/templates/editcomment.tmpl
+++ b/templates/editcomment.tmpl
@@ -13,6 +13,9 @@
<label for="url" class="block">Website:</label>
<TMPL_VAR NAME=FIELD-URL> (optional)
<br />
+<label for="url" class="block">Email:</label>
+<TMPL_VAR NAME=FIELD-EMAIL> <TMPL_VAR FIELD-ANONSUBSCRIBE>
+<br />
<TMPL_ELSE>
(You might want to <a href="<TMPL_VAR SIGNINURL>">Signin</a> first?)
<br />