aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2011-05-04 17:13:14 +0200
committerChristian Weiske <cweiske@cweiske.de>2011-05-04 17:13:14 +0200
commitb212c837f0fab0c95c0699afc63e7085e094f88f (patch)
tree3c6d267a9e72e9081e7863825d27fea6ede62afe /data
parent4e63a9a6793583c7f7f4959724be2653ddc85f49 (diff)
downloadsemanticscuttle-b212c837f0fab0c95c0699afc63e7085e094f88f.tar.gz
semanticscuttle-b212c837f0fab0c95c0699afc63e7085e094f88f.tar.bz2
autofill registration form email address if user has a ssl client certificate
Diffstat (limited to 'data')
-rw-r--r--data/templates/register.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/register.tpl.php b/data/templates/register.tpl.php
index da3deec..62cebad 100644
--- a/data/templates/register.tpl.php
+++ b/data/templates/register.tpl.php
@@ -24,7 +24,7 @@ window.onload = function() {
</tr>
<tr>
<th align="left"><label for="email"><?php echo T_('E-mail'); ?></label></th>
- <td><input type="text" id="email" name="email" size="40" class="required" /></td>
+ <td><input type="text" id="email" name="email" size="40" class="required" value="<?php echo htmlspecialchars(POST_MAIL); ?>" /></td>
<td><?php echo '←'.T_(' to send you your password if you forget it')?></td>
</tr>