diff options
author | Christian Weiske <cweiske@cweiske.de> | 2011-05-04 17:13:14 +0200 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2011-05-04 17:13:14 +0200 |
commit | b212c837f0fab0c95c0699afc63e7085e094f88f (patch) | |
tree | 3c6d267a9e72e9081e7863825d27fea6ede62afe /data/templates | |
parent | 4e63a9a6793583c7f7f4959724be2653ddc85f49 (diff) | |
download | semanticscuttle-b212c837f0fab0c95c0699afc63e7085e094f88f.tar.gz semanticscuttle-b212c837f0fab0c95c0699afc63e7085e094f88f.tar.bz2 |
autofill registration form email address if user has a ssl client certificate
Diffstat (limited to 'data/templates')
-rw-r--r-- | data/templates/register.tpl.php | 2 |
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> |