diff options
Diffstat (limited to 'themes/default/template')
-rw-r--r-- | themes/default/template/register.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/default/template/register.tpl b/themes/default/template/register.tpl index e1ecfffc5..851e4d150 100644 --- a/themes/default/template/register.tpl +++ b/themes/default/template/register.tpl @@ -46,6 +46,12 @@ ({'useful when password forgotten'|@translate}) {/if} </li> + <li> + <span class="property"> + <label for="send_password_by_mail">{'Send my password by email'|@translate}</label> + </span> + <input type="checkbox" name="send_password_by_mail" id="send_password_by_mail" value="1" checked="checked"> + </li> </ul> </fieldset> |