diff options
| author | Christian Fowler <spider@viovio.com> | 2006-05-08 04:30:38 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-05-08 04:30:38 +0000 |
| commit | 862209759c11e284b59c2ea43c03b0a0efc5ae43 (patch) | |
| tree | 01e07d5e8904b5133d79ab52c96d4785ce33e6c1 /templates | |
| parent | 1b83e1724017fd0a6e22aeb1881db7d5efed3ab8 (diff) | |
| download | users-862209759c11e284b59c2ea43c03b0a0efc5ae43.tar.gz users-862209759c11e284b59c2ea43c03b0a0efc5ae43.tar.bz2 users-862209759c11e284b59c2ea43c03b0a0efc5ae43.zip | |
can now take username or email
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/remind_password.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/remind_password.tpl b/templates/remind_password.tpl index c4ef8aa..dc08262 100644 --- a/templates/remind_password.tpl +++ b/templates/remind_password.tpl @@ -12,7 +12,7 @@ {form legend="Please send me my password"} <div class="row"> {formfeedback warning=$msg.error} - {formlabel label="Username" for="username"} + {formlabel label="Username or email" for="username"} {forminput} <input type="text" name="username" id="username" /> {/forminput} |
