aboutsummaryrefslogtreecommitdiffstats
path: root/root/index.tt
diff options
context:
space:
mode:
authorBuchan Milne <buchan@mageia.org>2010-11-04 11:59:43 +0000
committerBuchan Milne <buchan@mageia.org>2010-11-04 11:59:43 +0000
commitf867429bab6efe18a21c4fd531ecbe4eff8cff40 (patch)
tree79950a5bc6548e151b149022def27119811accf4 /root/index.tt
parent171bd5f8e175faa05549ff53ed43e134a5543354 (diff)
downloadidentity-f867429bab6efe18a21c4fd531ecbe4eff8cff40.tar
identity-f867429bab6efe18a21c4fd531ecbe4eff8cff40.tar.gz
identity-f867429bab6efe18a21c4fd531ecbe4eff8cff40.tar.bz2
identity-f867429bab6efe18a21c4fd531ecbe4eff8cff40.tar.xz
identity-f867429bab6efe18a21c4fd531ecbe4eff8cff40.zip
Switch to View::Email::Template for emails
Complete password reset by admin, and localise in user's preferredLanguage Localise all /user content Require re-entry of current password on password change Clean up debugging
Diffstat (limited to 'root/index.tt')
-rw-r--r--root/index.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/root/index.tt b/root/index.tt
index 73f890a..a01aec2 100644
--- a/root/index.tt
+++ b/root/index.tt
@@ -5,7 +5,7 @@
<table border=0>
<tr>
<td>[% l('Username') %]</td>
-<td><input type=text name="username" value=[% c.request.params.username %]></td>
+<td><input type=text name="username" value="[% c.user.username %]"></td>
</tr>
<tr>
<td>[% l('Password') %]</td>