aboutsummaryrefslogtreecommitdiffstats
path: root/root/user/password.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/user/password.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/user/password.tt')
-rw-r--r--root/user/password.tt8
1 files changed, 4 insertions, 4 deletions
diff --git a/root/user/password.tt b/root/user/password.tt
index ade4e11..2b4a26b 100644
--- a/root/user/password.tt
+++ b/root/user/password.tt
@@ -2,20 +2,20 @@
<form method=post>
<table border='0'>
<tr>
-<td>Current password</td>
+<td>[% l('Current password') %]</td>
<td><input name='password' type='password'></td>
</tr>
<tr>
-<td>New Password</td>
+<td>[% l('New Password') %]</td>
<td><input name='newpassword1' type='password'></td>
</tr>
<tr>
-<td>Repeat New Password</td>
+<td>[% l('Repeat New Password') %]</td>
<td><input name='newpassword2' type='password'></td>
</tr>
<tr>
<td></td>
-<td align=right><input type='submit' value='Change'></td>
+<td align=right><input type='submit' value='[% l('Change') %]'></td>
</tr>
</table>
</form>