diff options
Diffstat (limited to 'themes/default/template')
-rw-r--r-- | themes/default/template/register.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/themes/default/template/register.tpl b/themes/default/template/register.tpl index b173061cf..624081e6a 100644 --- a/themes/default/template/register.tpl +++ b/themes/default/template/register.tpl @@ -47,10 +47,12 @@ </li> <li> <span class="property"> - <label for="mail_address">{'Email address'|@translate}</label> + <label for="mail_address">{if not ($main.obligatory_user_mail_address)}* {/if}{'Email address'|@translate}</label> </span> <input type="text" name="mail_address" id="mail_address" value="{$F_EMAIL}" > + {if ($main.obligatory_user_mail_address)} ({'useful when password forgotten'|@translate}) + {/if} </li> </ul> |